sqlite3orm
Version:
ORM for sqlite3 and TypeScript/JavaScript
7 lines • 321 B
JavaScript
/*
* for a description of the pragma setting see: https://www.sqlite.org/pragma.html
* for a description of the execution mode see: https://github.com/mapbox/node-sqlite3/wiki/Control-Flow
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=SqlDatabaseSettings.js.map
;