[Pharo-project] databases
Hi Laurent, I think this topic or persistence in general would require more than one screencast to show people several options (like using the native drivers/database) up to higher level stuff mit OR mapping (Glorp) or Gemstone. Also well known (Oracle, MySQL, ...) vs. alternative databases (Magma, CouchDB, ...) or persistence in XML, ReferenceStreams, ... Maybe SQLite could be used for a simple database example using Pharo and SQL. There is a metacello config for it: http://n4.nabble.com/ANN-SQLite3-wrapper-updated-with-tests-td1294969.html Have a look at the test cases to see some code. Bye T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
I cannot agree more on this. I think persistence is the essential thing and databases are the accidental one w.r.t. Smalltalk (OO in general). -- Cesar Rabak Em 17/02/2010 10:12, Torsten Bergmann <astares@gmx.de> escreveu: Hi Laurent, I think this topic or persistence in general would require more than one screencast to show people several options (like using the native drivers/database) up to higher level stuff mit OR mapping (Glorp) or Gemstone. Also well known (Oracle, MySQL, ...) vs. alternative databases (Magma, CouchDB, ...) or persistence in XML, ReferenceStreams, ... Maybe SQLite could be used for a simple database example using Pharo and SQL. There is a metacello config for it: http://n4.nabble.com/ANN-SQLite3-wrapper-updated-with-tests-td1294969.html Have a look at the test cases to see some code. Bye T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Wed, Feb 17, 2010 at 1:12 PM, Torsten Bergmann <astares@gmx.de> wrote:
Hi Laurent,
I think this topic or persistence in general would require more than one screencast to show people several options
It's true ... but we need a first one on an option, then a second one on another option ..... I'm totally newbie on object databases, I want to learn, recording a screencast is a way to learn. If someone wants to help :) http://pharocasts.blogspot.com/2010/02/how-i-record-screencasts-for-pharocas...
(like using the native drivers/database) up to higher level stuff mit OR mapping (Glorp) or Gemstone.
Also well known (Oracle, MySQL, ...) vs. alternative databases (Magma, CouchDB, ...) or persistence in XML, ReferenceStreams, ...
CouchDB looks good, it's on my to-look-at list...
Maybe SQLite could be used for a simple database example using Pharo and SQL.
There is a metacello config for it:
http://n4.nabble.com/ANN-SQLite3-wrapper-updated-with-tests-td1294969.html
Have a look at the test cases to see some code.
I will ! Thanks Laurent Laffont
2010/2/18 laurent laffont <laurent.laffont@gmail.com>:
On Wed, Feb 17, 2010 at 1:12 PM, Torsten Bergmann <astares@gmx.de> wrote:
Hi Laurent,
I think this topic or persistence in general would require more than one screencast to show people several options
It's true ... but we need a first one on an option, then a second one on another option ..... I'm totally newbie on object databases, I want to learn, recording a screencast is a way to learn. If someone wants to help :)Â http://pharocasts.blogspot.com/2010/02/how-i-record-screencasts-for-pharocas...
(like using the native  drivers/database) up to higher level stuff mit OR mapping (Glorp) or  Gemstone.
Also well known (Oracle, MySQL, ...) vs. alternative databases (Magma, Â CouchDB, ...) or persistence in XML, ReferenceStreams, ...
CouchDB looks good, it's on my to-look-at list...
Yeah, there are two Couchy interfaces for squeak on SqS. One is mine, which i started recently. Please try it out :) Any feedback is appreciated.
Maybe SQLite could be used for a simple database example using Pharo and SQL.
There is a metacello config for it:
http://n4.nabble.com/ANN-SQLite3-wrapper-updated-with-tests-td1294969.html
Have a look at the test cases to see some code.
I will ! Thanks
Laurent Laffont _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
participants (4)
-
csrabak@bol.com.br -
Igor Stasenko -
laurent laffont -
Torsten Bergmann