UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

11 lines (9 loc) 225 B
import knex_module from 'knex' import { isDev } from './env.constants.js' export function createKnex() { return knex_module({ client: 'pg', connection: process.env.DATABASE_URL, asyncStackTraces: isDev, }) }