mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
move postgres to a separate package
This commit is contained in:
2
packages/postgres/src/index.ts
Normal file
2
packages/postgres/src/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { PostgresConnection, type PostgresConnectionConfig } from "./PostgresConnection";
|
||||
export { PostgresIntrospector } from "./PostgresIntrospector";
|
||||
Reference in New Issue
Block a user