summaryrefslogtreecommitdiff
path: root/tests/js/db.mjs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Node.js -> GoEuAndreh2024-03-251-110/+0
|
* tests/runner.mjs: Add missing await in t.test("", () => {})EuAndreh2024-03-061-8/+8
|
* Explicit import from "node:process"; move log() to hero.mjsEuAndreh2024-02-251-2/+3
|
* Normalize how modules import and name each otherEuAndreh2024-02-241-5/+10
| | | | | Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application.
* src/hero.mjs: Add buildServer()EuAndreh2024-02-231-32/+1
|
* Implement accretion.runMigrations() and wrappings of node-sqlite3EuAndreh2024-02-231-3/+123
|
* Big cleanupEuAndreh2024-02-231-0/+15
- delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over.