We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9950385 commit 481ccf1Copy full SHA for 481ccf1
drizzle-kit/build.cli.ts
@@ -16,6 +16,9 @@ const driversPackages = [
16
'@libsql/client',
17
'better-sqlite3',
18
'bun:sqlite',
19
+ '@sqlitecloud/drivers',
20
+ '@tursodatabase/database',
21
+ 'bun',
22
];
23
24
esbuild.buildSync({
drizzle-kit/build.dev.ts
@@ -13,6 +13,10 @@ const driversPackages = [
13
// sqlite drivers
14
15
+ 'bun:sqlite',
0 commit comments