Skip to content

robfig/modsql

Repository files navigation

ModSQL

Defines a database model to generate its SQL statements and Go types.
It enables to generate SQL code for PostgreSQL, MySQL and SQLite engines.

Documentation online

Installation

go get github.com/kless/modsql

Issues

time.Time is working in drivers

  • Postgres: github.com/bmizerany/pq
  • MySQL: github.com/go-sql-driver/mysql

https://groups.google.com/forum/#!topic/golang-nuts/4ebvN6Bgv3M

SQLite has issues: mattn/go-sqlite3#43

License

The source files are distributed under the Mozilla Public License, version 2.0, unless otherwise noted.
Please read the FAQ if you have further questions regarding the license.


Generated by Gowizard

About

Define a database model to generate its SQL and Go types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages