/go-orm-example

Example of Go ORM.

Primary LanguageGoMIT LicenseMIT

Go ORM Example

This repository is example of Go ORM.

Setup

$ mysql -u root -h 127.0.0.1 < misc/queries/create_database.sql
$ mysql -u root -h 127.0.0.1 go_orm_example < misc/queries/ddl.sql
$ mysql -u root -h 127.0.0.1 go_orm_example < misc/queries/test_data.sql

License

MIT

Author

Masahiro Furudate (a.k.a. 178inaba)
178inaba.git@gmail.com