UNPKG

quaerateum

Version:

Simple typescript ORM for node.js based on data-mapper, unit-of-work and identity-map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JS.

22 lines (21 loc) 374 B
{ "compilerOptions": { "module": "commonjs", "target": "es2017", "moduleResolution": "node", "declaration": true, "outDir": "./dist", "strict": true, "strictPropertyInitialization": false, "experimentalDecorators": true }, "files": [ "lib/index.ts" ], "include": [ "lib/drivers" ], "exclude": [ "node_modules" ] }