Commit ce953a5
committed
🥲 Refactor authentication and user management to use SQLite with Drizzle ORM
- Updated session and user controllers to utilize SQLite client and parameterized queries.
- Removed legacy Neon database migration and seeding files.
- Implemented new SQLite-based database initialization and query functions.
- Adjusted database schema to align with SQLite conventions (e.g., UUID to TEXT).
- Enhanced audit logging to support SQLite.
- Updated migration runner to work with SQLite.
- Ensured proper error handling and logging throughout the database operations.1 parent b87d64d commit ce953a5
File tree
25 files changed
+3107
-1068
lines changed- scripts
- src
- data
- migrations
- meta
- schema
- seeds
- server
- controllers
- migrations
- seeds
- utils
25 files changed
+3107
-1068
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments