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:
@@ -9,8 +9,6 @@ export const packagePublishList = [
|
||||
'ui',
|
||||
'next',
|
||||
'graphql',
|
||||
'db-mongodb',
|
||||
'db-postgres',
|
||||
'live-preview',
|
||||
'live-preview-react',
|
||||
'live-preview-vue',
|
||||
@@ -19,6 +17,12 @@ export const packagePublishList = [
|
||||
|
||||
'create-payload-app',
|
||||
|
||||
// DB Adapters
|
||||
'drizzle',
|
||||
'db-mongodb',
|
||||
'db-postgres',
|
||||
'db-sqlite',
|
||||
|
||||
// Adapters
|
||||
'email-nodemailer',
|
||||
'email-resend',
|
||||
|
||||
Reference in New Issue
Block a user