aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/drizzle.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-08feat(db): add OpenTelemetry instrumentation for database queriesClaude1-0/+3
Instruments the better-sqlite3 driver so that every prepared statement execution (run/get/all) produces an OTel span with db.system, db.statement, and db.operation attributes. The instrumentation is a no-op when no TracerProvider is registered (i.e. tracing is disabled). https://claude.ai/code/session_01JZut7LqeHPUKAFbFLfVP8F
2025-07-27chore: More turbo fixesMohamedBassem1-9/+11
2025-07-19feat: Allow enabling journaling mode on the dbMohamed Bassem1-0/+12
2025-04-16tests: Add tests for various trpc endpointsMohamed Bassem1-1/+1
2025-03-02refactor: Move the list logic into a separate modelMohamed Bassem1-0/+1
2025-01-02Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem1-1/+1
This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e.
2025-01-02ci: Run tests on push (#807)Mohamed Bassem1-1/+1
* ci: Run tests on push * disable drizzle logging in tests * run db migrations in trpc tests
2024-03-05breaking: Using DATA_DIR env variable instead of DATABASE_URLMohamedBassem1-1/+3
2024-03-02dev: Disable db query logging given that it's very noisyMohamedBassem1-12/+1
2024-02-29fix: Disable query logging in productionMohamedBassem1-4/+4
2024-02-28fix: Fix drizzle logging params in prodMohamedBassem1-1/+12
2024-02-28tests: Add tests for the bookmarks routesMohamedBassem1-0/+11
2024-02-23db: Migrate from prisma to drizzleMohamedBassem1-0/+7