UNPKG
eust-conciliation
Version:
latest (1.0.0)
1.0.0
github.com/ADD01-TECH/api-01eust
ADD01-TECH/api-01eust
eust-conciliation
/
src
/
infra
/
db
/
index.ts
6 lines
(4 loc)
•
138 B
text/typescript
View Raw
1
2
3
4
5
6
export
const
initDB =
async
():
Promise
<
void
> => {
const
{ initPostgresDB } =
await
import
(
'./postgres'
);
await
initPostgresDB
(); };