Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-05 Thread Tommaso Dal Sasso
On 04/08/15 16:25, Guillermo Polito wrote: > Helloo :) > > First Tomasso, it's nice to know it's working well for you :). We need > feedback and contributions, even the smallests (like docs, or blogposts > with your experiences or tutorials). > > Answering your question, GarageGlorp does no

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-05 Thread Arturo Zambrano
Thanks Guillermo, we were struggling with all these names also. This reference is important, and IMHO it should be pasted also in the page of every DB related project, so that we can have a map and now where we are. best arturo On Tue, Aug 4, 2015 at 11:25 AM, Guillermo Polito wrote: > *OpenDBX

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-04 Thread Guillermo Polito
Helloo :) First Tomasso, it's nice to know it's working well for you :). We need feedback and contributions, even the smallests (like docs, or blogposts with your experiences or tutorials). Answering your question, GarageGlorp does not yet use the cursors from the Garage drivers. I do not kno

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Esteban A. Maringolo
2015-08-03 16:20 GMT-03:00 Esteban Lorenzano : > yes… just that is not accurate :) > is basically like that, just that DBXTalk is not a driver, is an umbrella > project. The OpenDBX drivers is still called OpenDBXDriver :P TooManyAbstractionsException signal. ;) Esteban A. Maringolo

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Esteban Lorenzano
yes… just that is not accurate :) is basically like that, just that DBXTalk is not a driver, is an umbrella project. The OpenDBX drivers is still called OpenDBXDriver :P Esteban > On 03 Aug 2015, at 20:55, Sean P. DeNigris wrote: > > Esteban A. Maringolo wrote >> Garage is... > > Thank you! V

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Sean P. DeNigris
Esteban A. Maringolo wrote > Garage is... Thank you! Very helpful. It seems like this would be a great clarification to add to http://guillep.github.io/DBXTalk/ , no? - Cheers, Sean -- View this message in context: http://forum.world.st/Garage-Glorp-PostgreSQL-and-Cursors-tp4840760p4840827

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Esteban A. Maringolo
Garage is a (IMO lousy named) Pharo database interface abstraction, like Perl's DBI, ADODB, or JDBC. Any program that uses Garage's objects to access the database should be abstract enough to enable you to replace the backend by something else without changing the programming logic (e.g. replace Po

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Esteban Lorenzano
> On 03 Aug 2015, at 15:35, Sean P. DeNigris wrote: > > vmusulainen wrote >> http://pharo.org/news/garage-database > > I'm also confused. What is the relationship between OpenDBX and Garage? IIRC > DBXTalk was the previous name of OpenDBX, right? Maybe an FAQ is in order as > the DB-related nam

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Sean P. DeNigris
vmusulainen wrote > http://pharo.org/news/garage-database I'm also confused. What is the relationship between OpenDBX and Garage? IIRC DBXTalk was the previous name of OpenDBX, right? Maybe an FAQ is in order as the DB-related names seem to be multiplying ;) - Cheers, Sean -- View this mess

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Norbert Hartl
> Am 03.08.2015 um 15:11 schrieb Юрий Мироненко : > > I'm little bit shy, but what is Garage? http://pharo.org/news/garage-database Norbert > > 2015-08-03 15:33 GMT+03:00 Tommaso Dal Sasso >: > Hello, > > I was tryin

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Alexandre Bergel
> I'm little bit shy, but what is Garage? Good question! Alexandre > > 2015-08-03 15:33 GMT+03:00 Tommaso Dal Sasso >: > Hello, > > I was trying the version of Glorp ported to Garage, and I must say it > runs smoothly, nice job! > > I am reading large amou

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Юрий Мироненко
I'm little bit shy, but what is Garage? 2015-08-03 15:33 GMT+03:00 Tommaso Dal Sasso : > Hello, > > I was trying the version of Glorp ported to Garage, and I must say it > runs smoothly, nice job! > > I am reading large amount of data from a Postgres db, and I was curious > about the use of curso