And no, no connection pool yet. We have a big backlog (the trello is public for read also) and we have to prioritize :) El jue., 7 de may. de 2015 a la(s) 11:48 a. m., Guillermo Polito < guillermopolito@gmail.com> escribió:
Hi phil, you mean the repo? It has public write access for the moment.
El jue., 7 de may. de 2015 a la(s) 11:44 a. m., phil@highoctane.be < phil@highoctane.be> escribió:
May I ask you to add me as a contributor to this thing?
Phil
On Thu, May 7, 2015 at 11:42 AM, phil@highoctane.be <phil@highoctane.be> wrote:
Just the news made me jump in my chair!!!!
Great site, cool stuff.
Can't wait to use that.
How is this working with a proper connection pool? Aka JDBC DataSource.
Phil
On Thu, May 7, 2015 at 11:36 AM, Guillermo Polito < guillermopolito@gmail.com> wrote:
Hi all,
I'm pleased to announce the release 0.1 of Garage, a database driver API. Garage is meant to be a common interface to access several database servers, in a JDBC style.
The current version works in Pharo3 and Pharo4 and includes drivers for: - mysql (pure smalltalk) - postgres (pure smalltalk) - sqlite (using ffi) - opendbx (allowing connecting with several db vendors, using ffi)
We have a nice test suite (that maybe you can help to enlarge) that is tested every day in Jenkins [1].
Also, in garage's website [2] you'll find - installation instructions - basic usage - documentation of features such as statements, transactions, cursored fetches. - issue tracker, backlog and other information
Feedback (and contributions) are very welcome! Enjoy, Guille
[1] https://ci.inria.fr/dbxtalk/view/Garage/ [2] http://guillep.github.io/DBXTalk/garage/
--