UNPKG
db-conn-pgsql
Version:
latest (1.6.2)
1.6.2
1.6.1
1.6.0
1.5.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.1
1.0.0
0.0.1
Database Connecton Postgres SQL
gitee.com/sparklex/db-conn-pgsql
db-conn-pgsql
/
dist
/
index.d.ts
4 lines
(3 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./PgSqlConfig.js'
;
export
*
from
'./PgSqlConnection.js'
;
export
*
from
'./PgSqlDriver.js'
;