Hi all, I'm completely new to Smalltalk world so please bear with me. Coming from the Java world, I'm used to using an ORM when developing a database-backed application. What are the options in the Smalltalk world? I'm specially looking for something that supports PostgreSQL as that's what I 99.99% of the time use :-) Would you please give me some pointers along with links to the documentations? TIA, -- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation, Deployment Consultant
http://book.pharo-project.org/book/PharoTools/Glorp/ On Mon, May 27, 2013 at 10:44 AM, Bahman Movaqar <Bahman@bahmanm.com> wrote:
Hi all,
I'm completely new to Smalltalk world so please bear with me.
Coming from the Java world, I'm used to using an ORM when developing a database-backed application. What are the options in the Smalltalk world? I'm specially looking for something that supports PostgreSQL as that's what I 99.99% of the time use :-)
Would you please give me some pointers along with links to the documentations?
TIA,
-- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation, Deployment Consultant
http://dbxtalk.smallworks.com.ar On 27 May 2013, at 11:08, "phil@highoctane.be" <phil@highoctane.be> wrote:
http://book.pharo-project.org/book/PharoTools/Glorp/
On Mon, May 27, 2013 at 10:44 AM, Bahman Movaqar <Bahman@bahmanm.com> wrote: Hi all,
I'm completely new to Smalltalk world so please bear with me.
Coming from the Java world, I'm used to using an ORM when developing a database-backed application. What are the options in the Smalltalk world? I'm specially looking for something that supports PostgreSQL as that's what I 99.99% of the time use :-)
Would you please give me some pointers along with links to the documentations?
TIA,
-- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation, Deployment Consultant
In fact, check http://www.slideshare.net/esug/dbxtalk and http://rmod.lille.inria.fr/archives/events/2012PharoConf/Slides/2012-PharoCo... Phil On Mon, May 27, 2013 at 10:44 AM, Bahman Movaqar <Bahman@bahmanm.com> wrote:
Hi all,
I'm completely new to Smalltalk world so please bear with me.
Coming from the Java world, I'm used to using an ORM when developing a database-backed application. What are the options in the Smalltalk world? I'm specially looking for something that supports PostgreSQL as that's what I 99.99% of the time use :-)
Would you please give me some pointers along with links to the documentations?
TIA,
-- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation, Deployment Consultant
Hi all,
I'm completely new to Smalltalk world so please bear with me.
Welcome :) do not hesitate to ask any questions and problems you face. learning alone smalltalk is not necessarily trivial.
Coming from the Java world, I'm used to using an ORM when developing a database-backed application. What are the options in the Smalltalk world? I'm specially looking for something that supports PostgreSQL as that's what I 99.99% of the time use :-)
You have DBXTalk, for no-sql you have mongoTalk, riak support.
Would you please give me some pointers along with links to the documentations?
TIA,
-- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation, Deployment Consultant
participants (4)
-
Bahman Movaqar -
phil@highoctane.be -
stephane ducasse -
Sven Van Caekenberghe