This repository is example of Go ORM.
$ 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.sqlMasahiro Furudate (a.k.a. 178inaba)
[email protected]