Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalize structure like other golang projects | EuAndreh | 2024-09-27 | 1 | -6/+0 |
| | |||||
* | src/sql/migrations/2024-05-23T10:57:51-03:00-create-messages-table.sql: ↵ | EuAndreh | 2024-05-23 | 2 | -0/+6 |
| | | | | Initial SQL sketch | ||||
* | Add WIP non-async functions to napi-sqlite.c | EuAndreh | 2023-11-16 | 2 | -34/+0 |
| | |||||
* | Add support for multi-file C project | EuAndreh | 2023-11-15 | 1 | -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. |