Commit Graph

7 Commits

Author SHA1 Message Date
860070a302 migrate from SQLite to PostgreSQL with Drizzle ORM
- Updated all packages to latest versions (React 19, Next.js 14.2.32)
- Replaced sqlite3 with pg and drizzle-orm dependencies
- Created complete PostgreSQL schema with relationships and indexes
- Migrated all API endpoints from SQLite to Drizzle queries
- Added database seeding with sample data
- Updated authentication to use bcrypt instead of pbkdf2
- Configured connection pooling for PostgreSQL
- Updated app version to 1.0.0
- All endpoints tested and working correctly
2025-09-06 12:56:33 +02:00
e1c6a35325 caching layer implementation for improved performance 2025-05-12 16:45:28 +02:00
158a8ca0bb rate limiting and api security enhancements 2024-09-10 13:47:16 +02:00
1d40161f27 enhanced domain extraction and bulk import functionality 2024-07-30 15:23:41 +02:00
3af6013dbb improve url validation 2024-04-10 09:22:35 +02:00
2553ab41c1 fix build issues 2024-02-21 14:45:33 +01:00
9900c44195 basic url check api 2023-08-27 21:14:28 +02:00