import { type LibAdapters } from "https://deno.land/x/pg_mem@3.0.3/mod.ts";
Methods
Create a PG module that will be equivalent to require('pg')
createSlonik(opts?: SlonikAdapterOptions): Promise<any>
Create a slonik pool bound to this db
Create a Typeorm connection bound to this db
Create a Typeorm data source bound to this db
Create a Knex.js instance bound to this db
Create a Kysely instance bound to this db
Create a mikro-orm instance bound to this db
bindServer(opts?: BindServerOptions): Promise<BindServerResult>
Binds a server to this instance