darkwatch/server
Aaron Wood be38cdc3dc feat: replace better-sqlite3 with mysql2 connection pool
Removes better-sqlite3 and its types, installs mysql2 (async MariaDB
driver) along with jsonwebtoken, bcrypt, cookie-parser, and dotenv.
Rewrites db.ts to export a mysql2 connection pool pointed at the
Darkwatch MariaDB instance (port 3307).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 23:53:40 -04:00
..
dist Initial commit: Shadowdark character sheet manager with item/talent databases, view/edit modes, real-time sync 2026-04-09 01:03:40 -04:00
src feat: replace better-sqlite3 with mysql2 connection pool 2026-04-10 23:53:40 -04:00
package-lock.json feat: replace better-sqlite3 with mysql2 connection pool 2026-04-10 23:53:40 -04:00
package.json feat: replace better-sqlite3 with mysql2 connection pool 2026-04-10 23:53:40 -04:00
tsconfig.json Initial commit: Shadowdark character sheet manager with item/talent databases, view/edit modes, real-time sync 2026-04-09 01:03:40 -04:00