Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big cleanup | EuAndreh | 2024-02-23 | 1 | -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_PATH | EuAndreh | 2023-11-27 | 1 | -1/+1 |
| | |||||
* | Add WIP non-async functions to napi-sqlite.c | EuAndreh | 2023-11-16 | 1 | -26/+32 |
| | |||||
* | Add support for multi-file C project | EuAndreh | 2023-11-15 | 1 | -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. |