azures04 87407fe604 Add DDL-based DB init and bootstrap
Add bootstrap entrypoint and migrate DB schema setup to SQL files. Introduces bootstrap.js, many data/ddl/*.sql files, and a new runDDL() in modules/database.js (exports pool and runDDL). Remove legacy modules/databaseGlobals.js. Update repositories and code to use database.pool.query calls. Bump package version and set main to bootstrap.js. Clean up server.js to remove inline DB/cert init (now handled by bootstrap). Overall: refactor DB initialization to run ordered SQL DDL files and centralize startup logic.
2026-09-06 23:52:25 +02:00
2026-09-06 23:52:25 +02:00
2026-01-24 03:32:36 +01:00
2026-01-23 22:58:02 +01:00
2026-09-02 23:35:54 +02:00
2026-01-11 21:15:40 +01:00
2025-12-28 22:10:14 +01:00
2026-09-06 23:52:25 +02:00
S
Description
No description provided
Readme AGPL-3.0
778 KiB
Languages
JavaScript 98.8%
HTML 1.2%