nexus/packages/db
Matt Van Horn c59e059976 fix(db): use fileURLToPath for Windows-safe migration paths
URL.pathname returns /C:/... on Windows, causing doubled drive letters
when Node prepends the current drive. fileURLToPath handles this
correctly across platforms.

Fixes #132

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 16:17:45 -08:00
..
src fix(db): use fileURLToPath for Windows-safe migration paths 2026-03-07 16:17:45 -08:00
CHANGELOG.md chore: release v0.2.7 2026-03-04 14:51:33 -06:00
drizzle.config.ts Expand data model with companies, approvals, costs, and heartbeats 2026-02-17 09:07:22 -06:00
package.json update typing to node v24 from v20 2026-03-05 14:36:00 -03:00
tsconfig.json Add database package with Drizzle schema 2026-02-16 13:31:52 -06:00
vitest.config.ts Add database package with Drizzle schema 2026-02-16 13:31:52 -06:00