UNPKG

dbay

Version:

In-Process, In-Memory & File-Based Relational Data Processing with SQLite, BetterSQLite3

34 lines 872 B
{ "name": "dbay", "version": "16.1.6", "description": "In-Process, In-Memory & File-Based Relational Data Processing with SQLite, BetterSQLite3", "main": "lib/main.js", "repository": { "type": "git", "url": "git+https://github.com/loveencounterflow/dbay.git" }, "keywords": [ "sql", "sqlite", "db", "yesql" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/loveencounterflow/dbay/issues" }, "homepage": "https://github.com/loveencounterflow/dbay#readme", "dependencies": { "better-sqlite3": "^12.2.0", "dayjs": "1.11.13", "exit-hook": "^2.2.1", "guy": "14.2.0", "intertype": "7.7.1", "letsfreezethat": "^3.1.0" }, "scripts": { "build": "coffee --map -o lib -c src", "test": "echo see 'https://github.com/loveencounterflow/hengist/tree/master/dev/dbay'" } }