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 990584c commit aeffd32Copy full SHA for aeffd32
packages/dialects/sql.js/README.md
@@ -6,7 +6,7 @@ Forked from https://github.com/betarixm/kysely-sql-js
6
import { type GeneratedAlways, Kysely } from 'kysely';
7
import initSqlJs from 'sql.js';
8
9
-import { SqlJsDialect } from 'kysely-sql-js';
+import { SqlJsDialect } from '@zenstackhq/kysely-sql-js';
10
11
interface Database {
12
person: {
0 commit comments