driver:postgreshelp wanted
倉庫指標
- Star
- (19,563 star)
- PR 合併指標
- (平均合併 5天 16小時) (30 天內合併 138 個 PR)
描述
In the need of connecting cubejs to a set of posgres replicate set for scaling and back-up stategy using multiple standby prosgres db instances, is it possible to connect cubejs to a set of posgres relicate set?
Posgres connection string looks like this: postgresql://host1:123,host2:456/somedb?target_session_attrs=any&application_name=myapp
Thanks.