feat(drizzle): abstract shared sql code to new package (#7320)
- Abstract shared sql code to a new drizzle package - Adds sqlite package, not ready to publish until drizzle patches some issues - Add `transactionOptions` to allow customizing or disabling db transactions - Adds "experimental" label to the `schemaName` property until drizzle patches an issue
This commit is contained in:
@@ -36,6 +36,8 @@ async function main() {
|
||||
'ui',
|
||||
'next',
|
||||
'db-mongodb',
|
||||
'drizzle',
|
||||
'db-sqlite',
|
||||
'db-postgres',
|
||||
'richtext-lexical',
|
||||
'translations',
|
||||
|
||||
Reference in New Issue
Block a user