Skip to content

Commit ca7f3db

Browse files
chore: Update SQLite connection message to include 'bun' as an option
1 parent 9950385 commit ca7f3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)