cherry-studio/src
Vaayne 0d2dc2c257 🏗️ refactor: migrate agents service from custom migrations to Drizzle ORM
- Replace custom migration system with modern Drizzle ORM implementation
- Add drizzle-orm and drizzle-kit dependencies for type-safe database operations
- Refactor BaseService to use Drizzle client with full type safety
- Create schema definitions in /database/schema/ using Drizzle patterns
- Remove legacy migration files, queries, and migrator classes
- Add comprehensive documentation for new Drizzle-based architecture
- Maintain backward compatibility in service layer APIs
- Simplify database operations with modern ORM patterns

This migration eliminates custom SQL generation in favor of a proven,
type-safe ORM solution that provides better developer experience and
maintainability.
2025-09-13 19:51:16 +08:00
..
main 🏗️ refactor: migrate agents service from custom migrations to Drizzle ORM 2025-09-13 19:51:16 +08:00
preload feat: add data limit warning notification (#8866) 2025-09-11 21:04:20 +08:00
renderer ♻️ refactor: rename SessionLog to SessionMessage for semantic clarity 2025-09-13 12:06:02 +08:00