cherry-studio/src/main/data/db
icarus e4b5e70c34 refactor(ocr): update timestamp handling to use milliseconds
Use dayjs().valueOf() instead of dayjs().unix() to get timestamps in milliseconds for consistency with the updated schema comment
2025-10-20 08:21:18 +08:00
..
schemas refactor(ocr): update timestamp handling to use milliseconds 2025-10-20 08:21:18 +08:00
seeding feat: CacheService & useCache Hooks 2025-09-15 14:12:41 +08:00
DbService.ts feat(preferences): integrate PreferenceService and enhance testing capabilities 2025-08-12 13:44:41 +08:00
README.md mv dir to data 2025-08-09 14:30:24 +08:00
types.d.ts mv dir to data 2025-08-09 14:30:24 +08:00

  • All the database table names use singular form, snake_casing
  • Export table names use xxxxTable