4 Commits

Author SHA1 Message Date
Huakun Shen
9757b6975c
reimplemented most db command functions with ORM (migrate from tauri command invoke 2025-03-26 11:26:35 -04:00
Huakun Shen
20449b846b
refactor: clean up database module by removing unused SelectQueryResult type and disabling eslint for explicit any usage 2025-03-25 04:16:47 -04:00
Huakun Shen
382ceb120f
fix: sqlite select command 2025-03-25 04:04:59 -04:00
Huakun Shen
5fb13e75b3
feat: update drizzle configuration and schema management
- Added a check for DB_FILE_NAME in drizzle.config.ts to ensure it's set.
- Updated package.json to change the package name to @kksh/drizzle and added exports for schema and relations.
- Enhanced README.md with instructions for using the schema generation.
- Refactored schema.ts for improved readability and organization of imports.
2025-03-21 08:05:29 -04:00