- Added getDbError() helper to retrieve underlying LibsqlError, replacing isDbError() for type‑narrowing use cases.
- Updated drizzle orm to ^0.45.2, fixing a SQL injection vulnerability (CVE‑2026‑39356).
- isDbError() now returns a boolean only, causing TypeScript type errors for code that accessed .code or .message directly.