quick-ddl
Version:
QuickSQL to DDL translator
23 lines (22 loc) • 396 B
JSON
{
"name": "quick-ddl",
"version": "0.0.4",
"description": "QuickSQL to DDL translator",
"main": "index.js",
"scripts": {
"test": "echo \"running test...\" && node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oracle/quick-sql.git"
},
"keywords": [
"oracle",
"SQL",
"DDL"
],
"license": "ISC",
"dependencies": {
"chance": "^1.1.11"
}
}