We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f48159 commit f27d919Copy full SHA for f27d919
README.md
@@ -20,6 +20,10 @@ Utility layer for [Kysely](https://github.com/kysely-org/kysely) on SQLite
20
21
## Usage
22
23
+### Minimal Kysely Version
24
+
25
+0.28.0
26
27
### Dialect Choice
28
29
For normal usage, you can just use official `SqliteDialect` with `better-sqlite3`
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "kysely-sqlite-builder",
3
"type": "module",
4
- "version": "0.11.2",
+ "version": "1.0.0",
5
"description": "Utility layer for Kysely on SQLite",
6
"author": "subframe7536",
7
"license": "MIT",
0 commit comments