Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Node.js -> Go | EuAndreh | 2024-03-25 | 1 | -57/+0 |
| | |||||
* | src/utils.mjs: Replace promisify() by util.promisify() | EuAndreh | 2024-02-28 | 1 | -5/+6 |
| | |||||
* | Explicit import from "node:process"; move log() to hero.mjs | EuAndreh | 2024-02-25 | 1 | -6/+7 |
| | |||||
* | Normalize how modules import and name each other | EuAndreh | 2024-02-24 | 1 | -10/+10 |
| | | | | | Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application. | ||||
* | src/hero.mjs: Add buildServer() | EuAndreh | 2024-02-23 | 1 | -4/+1 |
| | |||||
* | Implement accretion.runMigrations() and wrappings of node-sqlite3 | EuAndreh | 2024-02-23 | 1 | -37/+46 |
| | |||||
* | Big cleanup | EuAndreh | 2024-02-23 | 1 | -0/+49 |
- delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over. |