UNPKG
@osiris-ai/postgres-sdk
Version:
latest (0.1.1)
0.1.1
0.1.0
Osiris Postgres SDK
github.com/FetcchX/osiris-ai
FetcchX/osiris-ai
@osiris-ai/postgres-sdk
/
dist
/
types.d.ts
12 lines
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
PostgresConfig
{
connectionString
?:
string
;
host
?:
string
;
port
?:
number
;
database
?:
string
;
user
?:
string
;
password
?:
string
;
ssl
?:
boolean
;
schema
?:
string
;
tableName
?:
string
; }
//# sourceMappingURL=types.d.ts.map