feat: add peerDependencies
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import type { Options, Sql } from "postgres";
|
||||
|
||||
export type PostgresConnection = [PostgresConnectionUrl, Options<any>?] | [Options<any>] | Sql | PostgresConnectionFactory;
|
||||
export type PostgresConnection =
|
||||
| [PostgresConnectionUrl, Options<any>?]
|
||||
| [Options<any>]
|
||||
| Sql
|
||||
| PostgresConnectionFactory;
|
||||
|
||||
type PostgresConnectionUrl = `postgres://${string}:${string}@${string}:${number}/${string}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user