multi-db-orm
Version:
CRUD , Backup , Restore and Migration library for multiple databases
51 lines (50 loc) • 1.28 kB
JSON
{
"name": "multi-db-orm",
"version": "3.0.11",
"description": "CRUD , Backup , Restore and Migration library for multiple databases",
"main": "index.js",
"dependencies": {
"fs": "0.0.1-security"
},
"devDependencies": {
"@sap/hana-client": "^2.23.24",
"firebase-admin": "^9.3.0",
"mongodb": "^3.6.3",
"mysql": "^2.18.1",
"oracle-instantclient": "^1.0.1",
"oracledb": "^6.1.0",
"sqlite3": "^5.0.0"
},
"scripts": {
"release": "git add -A && git commit -m Update-Files & npm version patch && git add -A && git commit -m Update-Version & npm publish && git push",
"postinstall": "node postinstall.js",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shiveshnavin/multi-db-orm.git"
},
"keywords": [
"database",
"backup",
"restore",
"db",
"backup",
"db",
"restore",
"mongodb",
"firestore",
"backup",
"mongodb",
"restore",
"mongodb",
"sql",
"mysql"
],
"author": "Shivesh Navin",
"license": "MIT",
"bugs": {
"url": "https://github.com/shiveshnavin/multi-db-orm/issues"
},
"homepage": "https://github.com/shiveshnavin/multi-db-orm#readme"
}