The example shows how to use ORM with Prana.
If you want, you can setup the database via Prana CLI:
$ prana migration run
Otherwise when you run the example, it will setup the database by using Migrate
function.
You can run the project by executing the main.go
:
$ go run cmd/example-api/main.go