UNPKG
@sologence/nestjs-redshift-migration
Version:
latest (2.0.0)
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
NestJS migration module for Redshift data migration
@sologence/nestjs-redshift-migration
/
lib
/
index.ts
5 lines
(4 loc)
•
171 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
'./migration.module'
;
export
*
from
'./migration.service'
;
export
*
from
'./interfaces/migration-options.interface'
;
export
*
from
'./migration.controller'
;