[codex] Use Drizzle for PostgreSQL data access#205
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Updates to Preview Branch (feat/companies-fjord-direction) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
DATABASE_URL.src/server/dbschema definitions andsrc/server/servicesdata-access functions for companies and docs.DATABASE_URLin.env.local.example.Validation
npm run lint(passes with existing warnings)npm run test:component -- --runInBandnpm run buildNotes
Supabase is still used for authentication/session handling. Data access now treats Supabase as a PostgreSQL database through Drizzle.