0.0.2 • Published 8 years ago

sql-json v0.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

sql-json

SQL/JSON Schema translation

Provides utilities for converting between SQL schema and JSON schema.

SQL Support

  • Loose support for MySQL create statements right now

Example

TODO

  • Complete MySQL CREATE parsing
  • Complete MySQL -> JSON Schema translation

Development

Setup

# Yarn has issues with global symlinking binaries
npm install -s -g typescript@next
npm install -s -g typings@next
yarn install
typings install
tsc -p .
0.0.2

8 years ago