mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
postgres: move examples up
This commit is contained in:
+4
-1
@@ -165,7 +165,10 @@ export {
|
||||
PostgresJsConnection,
|
||||
type PostgresJsConfig,
|
||||
} from "data/connection/postgres/PostgresJsConnection";
|
||||
export { createCustomPostgresConnection } from "data/connection/postgres/custom";
|
||||
export {
|
||||
createCustomPostgresConnection,
|
||||
type CustomPostgresConnection,
|
||||
} from "data/connection/postgres/custom";
|
||||
|
||||
// data prototype
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user