import { type MemoryDbOptions } from "https://deno.land/x/pg_mem@3.0.3/interfaces.ts";
Properties
If set to true, pg-mem will stop embbeding info about the SQL statement that has failed in exception messages.
If set to true, then the query runner will not check that no AST part has been left behind when parsing the request.
... so setting it to true could lead to unnoticed ignored query parts.
(advice: only set it to true as a workaround while an issue on https://github.com/oguimbal/pg-mem is being fixed... )
If set to true, this will throw an exception if you try to use an unsupported index type (only BTREE is supported at time of writing)