feat: backend service
This commit is contained in:
@@ -26,9 +26,8 @@ const (
|
||||
)
|
||||
|
||||
// Config stores the connection and pool tuning used to open a primary plus
|
||||
// zero-or-more replica `*sql.DB` instances. Stage 1 wires only the primary;
|
||||
// the replica list is preserved so future read-routing is a non-breaking
|
||||
// change.
|
||||
// zero-or-more replica `*sql.DB` instances. The replica list is preserved
|
||||
// so future read-routing is a non-breaking change.
|
||||
type Config struct {
|
||||
// PrimaryDSN stores the DSN used by the primary connection. Required.
|
||||
PrimaryDSN string
|
||||
|
||||
Reference in New Issue
Block a user