mongo-query-to-postgres-jsonb
Version:
Converts MongoDB queries to postgresql queries for jsonb fields.
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "mongo-query-to-postgres-jsonb",
"version": "0.2.19",
"description": "Converts MongoDB queries to postgresql queries for jsonb fields.",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.1.0",
"mocha": "^11.7.5",
"pg": "^8.20.0"
},
"overrides": {
"diff": "^8.0.3",
"serialize-javascript": "^7.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/thomas4019/mongo-query-to-postgres-jsonb.git"
},
"scripts": {
"test": "mocha",
"test:postgres": "RUN_POSTGRES_E2E=true mocha test/postgres.e2e.js",
"test:postgres:docker": "sh scripts/run_postgres_tests.sh",
"lint": "eslint .",
"fixlint": "eslint . --fix",
"browserbuild": "npx browserify@17 main.js -o dist/m-to-psql.js"
},
"keywords": [
"mongogdb",
"postgresql",
"jsonb",
"json"
],
"author": "Thomas Hansen <th4019@example.com> (http://thomashansen.me)",
"license": "MIT"
}