ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
37 lines (36 loc) • 809 B
JSON
{
"name": "ent-framework",
"description": "A PostgreSQL graph-database-alike library with microsharding and row-level security",
"version": "2.23.1",
"license": "MIT",
"keywords": [
"postgresql",
"postgres",
"orm",
"sql",
"replication lag",
"cluster",
"sharding",
"micro-sharding",
"microsharding",
"jit"
],
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": "./index.js",
"./pg": "./pg.js"
},
"scripts": {
"clean": "internal/clean.sh",
"deploy": "internal/deploy.sh"
},
"dependencies": {
"@clickup/ent-framework": "2.23.1"
},
"repository": {
"type": "git",
"url": "git://github.com/dimikot/ent-framework.git"
},
"packageManager": "pnpm@7.25.1+sha1.1ef0ac6acb8a8d4f726f8321f900a151111f7387"
}