Skip to content

Commit 985c433

Browse files
committed
Merge branch 'alternation-engine' of https://github.com/drizzle-team/drizzle-orm into alternation-engine
2 parents 481ccf1 + e215a4d commit 985c433

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

drizzle-kit/build.dev.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const driversPackages = [
77
'postgres',
88
'@vercel/postgres',
99
'@neondatabase/serverless',
10+
'@electric-sql/pglite',
1011
// mysql drivers
1112
'mysql2',
1213
'@planetscale/database',

drizzle-kit/src/cli/connections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ export const connectToSQLite = async (
17331733
}
17341734

17351735
console.log(
1736-
"Please install either 'better-sqlite3', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases",
1736+
"Please install either 'better-sqlite3', 'bun', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases",
17371737
);
17381738
process.exit(1);
17391739
};

0 commit comments

Comments
 (0)