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 e8c070b commit b393995Copy full SHA for b393995
README.md
@@ -48,7 +48,7 @@ To fix that, add an [`import_map.json`](https://deno.land/manual@v1.26.1/linking
48
## Usage
49
50
```ts
51
-import {Kysely} from 'kysely'
+import {type GeneratedAlways, Kysely} from 'kysely'
52
import {PostgresJSDialect} from 'kysely-postgres-js'
53
import postgres from 'postgres'
54
0 commit comments