summaryrefslogtreecommitdiff
path: root/src/sql/config.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add WIP non-async functions to napi-sqlite.cEuAndreh2023-11-161-34/+0
|
* Add support for multi-file C projectEuAndreh2023-11-151-0/+34
- 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.