summaryrefslogtreecommitdiff
path: root/src/sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-27Normalize structure like other golang projectsEuAndreh1-6/+0
2024-05-23src/sql/migrations/2024-05-23T10:57:51-03:00-create-messages-table.sql: ↵EuAndreh2-0/+6
Initial SQL sketch
2023-11-16Add WIP non-async functions to napi-sqlite.cEuAndreh2-34/+0
2023-11-15Add support for multi-file C projectEuAndreh1-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.