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
{{ message }}
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
I'm new to PureScript, but after learning a bit more about this I looked into the source to better understand how connections are established and created.
One thing I couldn't determine from browsing all of the source is if you're using any of our libs already. You'd, of course, get the connstr for free if you do along with loadbalancing, understanding topology changes, etc.
The text was updated successfully, but these errors were encountered:
This library is for the front-end of SlamData, so the URL format you see here is for the Couchbase connector in Quasar (the back-end component) rather than something that will be used to talk to Couchbase directly.
I'm new to PureScript, but after learning a bit more about this I looked into the source to better understand how connections are established and created.
I came across the section on Couchbase URIs.:
purescript-quasar/src/Quasar/Mount/Couchbase.purs
Line 73 in 32568a0
You may not have been aware of it, but we do have a documented connection string format that may be useful to use here. It's standardized across all of the SDKs and many of our CLI tools. You'll find details here:
https://github.com/couchbaselabs/sdk-rfcs/blob/master/rfc/0011-connection-string.md
One thing I couldn't determine from browsing all of the source is if you're using any of our libs already. You'd, of course, get the connstr for free if you do along with loadbalancing, understanding topology changes, etc.
The text was updated successfully, but these errors were encountered: