Module

x/justaos_orm/deno.json

JUSTAOS's ORM (Object–relational mapping) tool is built for Deno and provides transparent persistence for JavaScript objects to Postgres database.
Go to Latest
File
{ "tasks": { "build:docs": "deno run build.ts", "test:debug": "deno test --inspect-brk --allow-all --unstable test/init.test.ts test/unit/ test/end.test.ts", "test": "deno test --coverage --allow-all --unstable-temporal", "coverage": "deno coverage coverage/ --lcov > coverage/lcov.info", "coverage:report": "deno coverage coverage/ --lcov > coverage/report.html" }, "test": { "include": ["test/init.test.ts", "test/unit/", "test/end.test.ts"], "exclude": ["src/"] }, "importMap": "deno.json"}