1.0.3 • Published 9 years ago

mysql-db-generator v1.0.3

Weekly downloads
1
License
GPL-2.0
Repository
github
Last release
9 years ago

mysql-db-generator

MySQL table (re-)generator. Generates SQL code to delete (if exists) and re-create a set of tables, defined by a JSON-format schema. Supports table multiple-inheritance, automatic primary keys, indexes, foreign key constraints, unique constraints, nullables, default values, creation timestamps, modified timestamps, and probably more to come.

I'll write a proper README when I have time. In the meantime, you can see the invocation at example/example.js and the schema definition at example/example-schema.js.

1.0.3

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago