You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following instructions in the README, I should be able to integrate with postgres-bridge.
Current Behavior
Following the example in the README causes confusion, as PgPool isn't a valid configuration key. I get the following TypeScript error: "Object literal may only specify known properties, and 'PgPool' does not exist in type 'Partial. ts(2353)". Furthermore the README for postgres-bridge shows a different way to use it, but not with slonik specifically (as far as I can tell).
Possible Solution
Please show a working example of integrating postgres-bridge with a project that uses slonik.
Expected Behavior
Following instructions in the README, I should be able to integrate with
postgres-bridge
.Current Behavior
Following the example in the README causes confusion, as
PgPool
isn't a valid configuration key. I get the following TypeScript error: "Object literal may only specify known properties, and 'PgPool' does not exist in type 'Partial. ts(2353)". Furthermore the README forpostgres-bridge
shows a different way to use it, but not withslonik
specifically (as far as I can tell).Possible Solution
Please show a working example of integrating
postgres-bridge
with a project that usesslonik
.Steps to Reproduce
postgres
andpostgres-bridge
src/services/datastore-service.ts
Logs
N/A
The text was updated successfully, but these errors were encountered: