Skip to content

Commit

Permalink
fix: install correct client for libsql dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 19, 2024
1 parent 38b30c3 commit 1e1d686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lucid/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const DIALECTS: {
},
libsql: {
name: 'LibSQL',
pkg: 'libsql',
pkg: '@libsql/sqlite3',
},
mysql: {
name: 'MySQL',
Expand Down

0 comments on commit 1e1d686

Please sign in to comment.