[go-nuts] Re: database proxy ?

2016-06-27 Thread Tamás Gulácsi
Why do you need such a thing? gopkg.in/rana/ora.v3 (esp. the current master branch) has a simple Pool implementation for reusing connections - but no connection limit. Oracle does have a SessionPool implementation, but haven't used it yet. Otherwise, database/sql/driver is quite limited, you cou

[go-nuts] Re: database proxy ?

2016-06-27 Thread Tieson Molly
Is there anything for Oracle ? On Monday, June 27, 2016 at 12:40:12 PM UTC-4, Caleb Doxsey wrote: > > For postgres use pgbouncer. For mysql there's youtube's vitess. > > On Monday, June 27, 2016 at 12:24:32 PM UTC-4, Tieson Molly wrote: >> >> >> Are there any existing packages or libraries that i

[go-nuts] Re: database proxy ?

2016-06-27 Thread Caleb Doxsey
For postgres use pgbouncer. For mysql there's youtube's vitess. On Monday, June 27, 2016 at 12:24:32 PM UTC-4, Tieson Molly wrote: > > > Are there any existing packages or libraries that implement a generic > database/sql proxy? > > My goal was to create a small service that connected to the data