Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OAK Example

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