mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 04:26:43 -06:00
feat: add PostgreSQL database integration for projects
- Add SQLx with Postgres support and migration system - Create projects table with status enum and auto-updated timestamps - Implement database queries and API response conversion layer - Add Justfile commands for database management and seeding - Integrate health checks for both Bun and database connectivity
This commit is contained in:
@@ -24,4 +24,5 @@ Thumbs.db
|
||||
# Don't ignore these - we need them
|
||||
!web/build/client
|
||||
!web/build/server
|
||||
!web/build/prerendered
|
||||
!web/build/*.js
|
||||
|
||||
Reference in New Issue
Block a user