UNPKG

@cap-js/sqlite

Version:
55 lines (54 loc) 1.1 kB
{ "name": "@cap-js/sqlite", "version": "1.11.0", "description": "CDS database service for SQLite", "homepage": "https://github.com/cap-js/cds-dbs/tree/main/sqlite#cds-database-service-for-sqlite", "repository": { "type": "git", "url": "https://github.com/cap-js/cds-dbs" }, "bugs": { "url": "https://github.com/cap-js/cds-dbs/issues" }, "keywords": [ "CAP", "CDS", "SQLite" ], "author": "SAP SE (https://www.sap.com)", "main": "index.js", "files": [ "cds-plugin.js", "lib", "CHANGELOG.md" ], "scripts": { "test": "cds-test" }, "dependencies": { "@cap-js/db-service": "^1.20.0", "better-sqlite3": "^11.0.0" }, "peerDependencies": { "@sap/cds": ">=7.6" }, "cds": { "requires": { "kinds": { "sql": { "[development]": { "kind": "sqlite", "credentials": { "url": ":memory:" } } }, "sqlite": { "impl": "@cap-js/sqlite" } }, "db": "sql" } }, "license": "SEE LICENSE" }