feat(config): add connectionString option to PostgresConnectionNode type #613
test.yml
on: pull_request
lint
2m 49s
typecheck
1m 2s
Matrix: test-mssql
Matrix: test-mysql
Matrix: test-postgres
Matrix: test-sqlite
Annotations
3 errors
typecheck:
src/Connection/index.ts#L241
Argument of type 'import("/home/runner/work/lucid/lucid/node_modules/knex/types/index").Knex<any, any[]>' is not assignable to parameter of type 'import("/home/runner/work/lucid/lucid/node_modules/knex-dynamic-connection/node_modules/knex/types/index").Knex<any, any[]>'.
|
typecheck:
src/Connection/index.ts#L260
Argument of type 'import("/home/runner/work/lucid/lucid/node_modules/knex/types/index").Knex<any, any[]>' is not assignable to parameter of type 'import("/home/runner/work/lucid/lucid/node_modules/knex-dynamic-connection/node_modules/knex/types/index").Knex<any, any[]>'.
|
typecheck
Process completed with exit code 2.
|