Skip to content

Commit 87ec5ed

Browse files
chore: Update SQLite connection message to include '@tursodatabase/database' as an option
1 parent 050dff2 commit 87ec5ed

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
@@ -1551,7 +1551,7 @@ export const connectToSQLite = async (
15511551
}
15521552

15531553
console.log(
1554-
"Please install either 'better-sqlite3' or '@libsql/client' for Drizzle Kit to connect to SQLite databases",
1554+
"Please install either 'better-sqlite3', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases",
15551555
);
15561556
process.exit(1);
15571557
};

0 commit comments

Comments
 (0)