summaryrefslogtreecommitdiff
path: root/src/db.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Big cleanupEuAndreh2024-02-231-51/+0
| | | | | | - delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over.
* src/db.js: Inline fallback definition of $PAPO_DB_PATHEuAndreh2023-11-271-1/+1
|
* Add WIP non-async functions to napi-sqlite.cEuAndreh2023-11-161-26/+32
|
* Add support for multi-file C projectEuAndreh2023-11-151-0/+45
- have dynamic discovered dependencies via `mkdeps.hs`, and also move the listing of JavaScript files to it. - copy over stub C files for setting up the project skeleton.