Skip to main content
Module

x/kysely_deno_postgres_dialect/deno.jsonc

Kysely dialect for PostgreSQL using the deno-postgres client.
Latest
File
{ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "compilerOptions": { "strict": true, "useUnknownInCatchVariables": true, "noImplicitOverride": true }, "exclude": [ ".git" ], "tasks": { "test": "deno test -A", "check:types": "deno check **/*.ts", "check": "deno fmt --check && deno lint && deno task check:types && deno task test" }}