Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 381 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 381 Bytes

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