summaryrefslogtreecommitdiff
path: root/src/sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalize structure like other golang projectsEuAndreh2024-09-271-6/+0
|
* src/sql/migrations/2024-05-23T10:57:51-03:00-create-messages-table.sql: ↵EuAndreh2024-05-232-0/+6
| | | | Initial SQL sketch
* Add WIP non-async functions to napi-sqlite.cEuAndreh2023-11-162-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.