aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/drizzle.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(db): add OpenTelemetry instrumentation for database queriesClaude2026-02-081-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
* chore: More turbo fixesMohamedBassem2025-07-271-9/+11
|
* feat: Allow enabling journaling mode on the dbMohamed Bassem2025-07-191-0/+12
|
* tests: Add tests for various trpc endpointsMohamed Bassem2025-04-161-1/+1
|
* refactor: Move the list logic into a separate modelMohamed Bassem2025-03-021-0/+1
|
* Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem2025-01-021-1/+1
| | | This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e.
* ci: Run tests on push (#807)Mohamed Bassem2025-01-021-1/+1
| | | | | | | * ci: Run tests on push * disable drizzle logging in tests * run db migrations in trpc tests
* breaking: Using DATA_DIR env variable instead of DATABASE_URLMohamedBassem2024-03-051-1/+3
|
* dev: Disable db query logging given that it's very noisyMohamedBassem2024-03-021-12/+1
|
* fix: Disable query logging in productionMohamedBassem2024-02-291-4/+4
|
* fix: Fix drizzle logging params in prodMohamedBassem2024-02-281-1/+12
|
* tests: Add tests for the bookmarks routesMohamedBassem2024-02-281-0/+11
|
* db: Migrate from prisma to drizzleMohamedBassem2024-02-231-0/+7