Skip to content

An example of how to migrate a Hibername project from PostgreSQL to EdgeDB

Notifications You must be signed in to change notification settings

edgedb/hibernate-example

Repository files navigation

Example Hibernate project

An example project using Spring Boot and Hibernate implementing a simple game named Rabbits, Carrots and Foxes.

Running

This project requires PostgreSQL with schema described in schema.sql. PostgreSQL connection params can be set in application.properties.

One start PostgreSQL with this command:

$ docker run -it -p 5432:5432 -e POSTGRES_PASSWORD=pass1234 --name=example-hibernate postgres

Then, start the Spring Boot project:

$ gradle bootRun

About

An example of how to migrate a Hibername project from PostgreSQL to EdgeDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published