mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 21:42:27 +08:00
8 lines
297 B
Markdown
8 lines
297 B
Markdown
**THIS IS NOT FOR RUNTIME USE**
|
|
|
|
Using `libsql` as the `sqlite3` driver, and `drizzle` as the ORM and database migration tool
|
|
|
|
`migrations/sqlite-drizzle` contains auto-generated migration data. Please **DO NOT** modify it.
|
|
|
|
To generate migrations, use the command `yarn run migrations:generate`
|