mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
finalized sqlocal, added BkndBrowserApp, updated react example
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { describe, beforeAll, afterAll, test } from "bun:test";
|
||||
import type { PostgresConnection } from "data/connection/postgres";
|
||||
import type { PostgresConnection } from "data/connection/postgres/PostgresConnection";
|
||||
import { pg, postgresJs } from "bknd";
|
||||
import { Pool } from "pg";
|
||||
import postgres from 'postgres'
|
||||
import postgres from "postgres";
|
||||
import { disableConsoleLog, enableConsoleLog, $waitUntil } from "bknd/utils";
|
||||
import { $ } from "bun";
|
||||
import { connectionTestSuite } from "data/connection/connection-test-suite";
|
||||
|
||||
Reference in New Issue
Block a user