Skip to content

Commit 2cc7884

Browse files
Merge pull request #15 from CanRau/patch-1
2 parents e80b238 + 88a47cc commit 2cc7884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const db = new Kysely<Database>({
6262

6363
#### Custom `format` function
6464

65-
`PlanetScaleDialect` passes all parameters to `@planetscale/database` unmodified, expect for JavaScript Dates, which are converted to MySQL strings. If you [set a `format` function](https://github.com/planetscale/database-js#custom-query-parameter-format-function), you can override this behavior:
65+
`PlanetScaleDialect` passes all parameters to `@planetscale/database` unmodified, except for JavaScript Dates, which are converted to MySQL strings. If you [set a `format` function](https://github.com/planetscale/database-js#custom-query-parameter-format-function), you can override this behavior:
6666

6767
```typescript
6868
import {Kysely} from 'kysely'

0 commit comments

Comments
 (0)