alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
352 stars 140 forks source link

Can this driver be used for connecting to Postgres DB using connection pools? #80

Open nikileshsa opened 7 years ago

nikileshsa commented 7 years ago

I am trying to see if this driver supports connection pools natively. Had a quick glance at the code base and I am not sure if it natively does?

If not, are there any efforts in pipeline for the same?

alexbrainman commented 7 years ago

I do not know what "connection pools" are. And how do you "support them natively"? I also do not use Postgres DB. Not sure how to answer your questions. Sorry.

Alex