Merge pull request #273 from bknd-io/feat/schema-batch-statements

feat: batch schema manager statements
This commit is contained in:
dswbx
2025-10-01 09:39:19 +02:00
committed by GitHub
4 changed files with 56 additions and 38 deletions

View File

@@ -5,8 +5,8 @@ import { adapterTestSuite } from "adapter/adapter-test-suite";
import { bunTestRunner } from "adapter/bun/test";
import { type CloudflareBkndConfig, createApp } from "./cloudflare-workers.adapter";
/* beforeAll(disableConsoleLog);
afterAll(enableConsoleLog); */
beforeAll(disableConsoleLog);
afterAll(enableConsoleLog);
describe("cf adapter", () => {
const DB_URL = ":memory:";