import { setup } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.8/mod.ts";
Sets up the database instance using the provided setup function. This function must be called before any database operations are performed.
Parameters
setup: SetupFn<T>
- A function that returns a configured Kysely database instance.