fixing up db's and data-service
This commit is contained in:
parent
aca98fdce4
commit
71f9b0a886
9 changed files with 211 additions and 19 deletions
|
|
@ -30,8 +30,14 @@ export type {
|
|||
AuditLog,
|
||||
} from './types';
|
||||
|
||||
// Utils
|
||||
// Factory functions
|
||||
export {
|
||||
createPostgreSQLClient,
|
||||
createAndConnectPostgreSQLClient,
|
||||
} from './factory';
|
||||
|
||||
// Singleton instance
|
||||
export {
|
||||
getPostgreSQLClient,
|
||||
connectPostgreSQL,
|
||||
} from './singleton';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue