feat: add user schema with PostgreSQL integration using Drizzle ORM

This commit is contained in:
Mathis HERRIOT
2026-01-05 12:10:49 +01:00
parent 6c4f1694ba
commit 7761e26d32
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1 @@
export * from './users';