mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
tests: fix node tests + add connection test suite for sqlocal
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { Kysely, ParseJSONResultsPlugin } from "kysely";
|
||||
import { SqliteConnection, SqliteIntrospector, type DB } from "bknd";
|
||||
import { SqliteConnection } from "../SqliteConnection";
|
||||
import { SqliteIntrospector } from "../SqliteIntrospector";
|
||||
import type { DB } from "bknd";
|
||||
import type { SQLocalKysely } from "sqlocal/kysely";
|
||||
|
||||
const plugins = [new ParseJSONResultsPlugin()];
|
||||
|
||||
Reference in New Issue
Block a user