Skip to content

Commit

Permalink
remove driver from database type
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jan 9, 2025
1 parent 2a55731 commit f6ef3a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import parse from "pg-connection-string";
import prometheus from "prom-client";

export type Database = {
driver: PGliteDriver | PostgresDriver;
qb: QueryBuilder;
wrap: <T>(
options: {
Expand Down Expand Up @@ -504,7 +503,6 @@ export const createDatabase = async ({
let checkpoint: string | undefined;

const database = {
driver,
qb,
// @ts-ignore
async wrap(options, fn) {
Expand Down

0 comments on commit f6ef3a6

Please sign in to comment.