feat(postgres): implement the first version of the PostgreSQL plugin
This commit is contained in:
parent
3d34b8ba13
commit
17c4723bb8
16 changed files with 761 additions and 18 deletions
21
pnpm-lock.yaml
generated
21
pnpm-lock.yaml
generated
|
|
@ -148,6 +148,22 @@ importers:
|
|||
specifier: workspace:*
|
||||
version: link:../tsconfig
|
||||
|
||||
packages/postgres:
|
||||
dependencies:
|
||||
'@emigrate/plugin-tools':
|
||||
specifier: workspace:*
|
||||
version: link:../plugin-tools
|
||||
'@emigrate/types':
|
||||
specifier: workspace:*
|
||||
version: link:../types
|
||||
postgres:
|
||||
specifier: 3.4.3
|
||||
version: 3.4.3
|
||||
devDependencies:
|
||||
'@emigrate/tsconfig':
|
||||
specifier: workspace:*
|
||||
version: link:../tsconfig
|
||||
|
||||
packages/reporter-pino:
|
||||
dependencies:
|
||||
'@emigrate/types':
|
||||
|
|
@ -7030,6 +7046,11 @@ packages:
|
|||
source-map-js: 1.0.2
|
||||
dev: false
|
||||
|
||||
/postgres@3.4.3:
|
||||
resolution: {integrity: sha512-iHJn4+M9vbTdHSdDzNkC0crHq+1CUdFhx+YqCE+SqWxPjm+Zu63jq7yZborOBF64c8pc58O5uMudyL1FQcHacA==}
|
||||
engines: {node: '>=12'}
|
||||
dev: false
|
||||
|
||||
/prebuild-install@7.1.1:
|
||||
resolution: {integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==}
|
||||
engines: {node: '>=10'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue