File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ You can pass a new instance of `PlanetScaleDialect` as the `dialect` option when
29
29
30
30
``` typescript
31
31
import {Kysely } from ' kysely'
32
- import {PlanetScaleDialect } from ' keysely -planetscale'
32
+ import {PlanetScaleDialect } from ' kysely -planetscale'
33
33
34
34
const db = new Kysely <Database >({
35
35
dialect: new PlanetScaleDialect ({
@@ -44,7 +44,7 @@ const db = new Kysely<Database>({
44
44
45
45
``` typescript
46
46
import {Kysely } from ' kysely'
47
- import {PlanetScaleDialect } from ' keysely -planetscale'
47
+ import {PlanetScaleDialect } from ' kysely -planetscale'
48
48
import {fetch } from ' undici'
49
49
50
50
// Connect using a DATABASE_URL, provide a fetch implementation
@@ -84,7 +84,7 @@ const db = new Kysely<Database>({
84
84
``` typescript
85
85
import {cast } from ' @planetscale/database'
86
86
import {Kysely } from ' kysely'
87
- import {PlanetScaleDialect } from ' keysely -planetscale'
87
+ import {PlanetScaleDialect } from ' kysely -planetscale'
88
88
import SqlString from ' sqlstring'
89
89
90
90
const db = new Kysely <Database >({
You can’t perform that action at this time.
0 commit comments