UNPKG

@super-aurora/schema-to-sql

Version:

Generates SQL statements from JSON Schema. If previous version is available compares with the previous version and generates the DDL statements.

36 lines (35 loc) 953 B
{ "name": "@super-aurora/schema-to-sql", "version": "0.6.0", "description": "Generates SQL statements from JSON Schema. If previous version is available compares with the previous version and generates the DDL statements.", "keywords": [ "SQL", "SCHEMA", "GENERATOR" ], "author": "Hari Narasimhan <harin76@gmail.com>", "homepage": "https://github.com/hari-narasimhan/super-aurora#readme", "license": "ISC", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/hari-narasimhan/super-aurora.git" }, "scripts": { "test": "jest ./__tests__/ --forceExit --detectOpenHandles --coverage" }, "bugs": { "url": "https://github.com/hari-narasimhan/super-aurora/issues" }, "gitHead": "f259ac4253119e088f5e0edbeb10de585fad9d41" }