Skip to content

myriadmobile/sql-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .