Refmt
This commit is contained in:
@@ -2,8 +2,14 @@
|
||||
// PostgreSQL database access with Kysely query builder and simple migrations
|
||||
|
||||
import * as fs from "fs";
|
||||
import {
|
||||
type Generated,
|
||||
Kysely,
|
||||
PostgresDialect,
|
||||
type Selectable,
|
||||
sql,
|
||||
} from "kysely";
|
||||
import * as path from "path";
|
||||
import { Generated, Kysely, PostgresDialect, Selectable, sql } from "kysely";
|
||||
import { Pool } from "pg";
|
||||
import type {
|
||||
AuthStore,
|
||||
|
||||
Reference in New Issue
Block a user