Merge remote-tracking branch 'origin/refactor/ext-deps' into release/0.2.3

This commit is contained in:
dswbx
2024-12-07 09:30:06 +01:00
7 changed files with 56 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
import { type Client, type Config, type InStatement, createClient } from "@libsql/client/web";
import { type Client, type Config, type InStatement, createClient } from "@libsql/client";
import { LibsqlDialect } from "@libsql/kysely-libsql";
import { type DatabaseIntrospector, Kysely, ParseJSONResultsPlugin, sql } from "kysely";
import { FilterNumericKeysPlugin } from "../plugins/FilterNumericKeysPlugin";