1
0
mirror of https://github.com/theoludwig/kysely-typegen.git synced 2026-05-22 16:23:25 +02:00

feat: add SQLite support

Adds `KyselyTypegenSQLiteDialect`, exported from `kysely-typegen/sqlite`.
This commit is contained in:
2026-05-22 15:54:51 +02:00
parent e11a4d2722
commit 9df8b6b64a
8 changed files with 499 additions and 4 deletions
+3
View File
@@ -24,6 +24,7 @@
".": "./dist/index.mjs",
"./mysql": "./dist/mysql.mjs",
"./postgres": "./dist/postgres.mjs",
"./sqlite": "./dist/sqlite.mjs",
"./package.json": "./package.json"
},
"publishConfig": {
@@ -42,8 +43,10 @@
"devDependencies": {
"@testcontainers/mysql": "12.0.0",
"@testcontainers/postgresql": "12.0.0",
"@types/better-sqlite3": "7.6.13",
"@types/node": "25.9.1",
"@types/pg": "8.20.0",
"better-sqlite3": "12.10.0",
"kysely": "0.29.2",
"kysely-postgres-js": "3.0.0",
"mysql2": "3.22.3",