| 1 | import { Context, Effect, Layer } from "effect"; |
| 2 | import { withQueryContext } from "@executor-js/fumadb/query"; |
| 3 | import { collectTables, createExecutor, type Executor, type ExecutorConfig } from "./executor"; |
| 4 | import type { FumaDb } from "./fuma-runtime"; |
nothing calls this directly
no test coverage detected