according to the documentation, gadfly is not really there for implementation purposes but for learning or sample only... my question is.... what do you think is the best database for zope??? i just downloaded firebird... is it good, atleast for zope??? how about mysql??? i'm using a win2k box so i guess postgresql is not a good choice for windows... please advice... thanks... ------------------------------------------------ E-mail service provided by SLUNET Saint Louis University ( http://www.slu.edu.ph ) ------------------------------------------------
that depends on your needs and requirements. zope support all known databases like mysql, postgres and oracle with the corresponding database adapters. -aj -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of Ronald Mangaliag Sent: Mittwoch, 18. September 2002 10:07 To: zope@zope.org Subject: [Zope] database in zope according to the documentation, gadfly is not really there for implementation purposes but for learning or sample only... my question is.... what do you think is the best database for zope??? i just downloaded firebird... is it good, atleast for zope??? how about mysql??? i'm using a win2k box so i guess postgresql is not a good choice for windows... please advice... thanks... ------------------------------------------------ E-mail service provided by SLUNET Saint Louis University ( http://www.slu.edu.ph ) ------------------------------------------------ _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Wednesday 18 Sep 2002 11:11 am, Andreas Jung wrote:
that depends on your needs and requirements. zope support all known databases like mysql, postgres and oracle with the corresponding database adapters.
...and in many cases you will not need a relational database. Just use ZODB
From: "Ronald Mangaliag" <rmangaliag@mbox.slu.edu.ph>
my question is.... what do you think is the best database for zope???
ZODB. :-) However, what the best RELATIONAL database is, is a matter of personal taste. I'm quite fond of Oracle and MS SQL server myself. Best Regards Lennart Regebro, Torped http://www.easypublisher.com/
my question is.... what do you think is the best database for zope???
Well ZODB works very well fopr certain types of problem. If you mean relational database, I've had good success with both MySQL and SQL Server 7 on Windows. I have one app based on SQL Server which returns multi-thousand row recordsets to Zope and caches them and it works fine - it's extremely reliable. Depends on your requirements and budget really - do you need to be able to use stored procs, triggers, blah blah, or are you just looking to store a bit of data in tabular form. PostgreSQL, AFAIK, only runs on Windows under the Cygwin environment so it'd probably be a bit more fiddly to deal with. Julian.
If you're not a DB guy (and you said that you're using windows) , I'd start with using ODBC connectors to data that you're familiar with, IMO, if you need an RDBMS at all.
according to the documentation, gadfly is not really there for implementation purposes but for learning or sample only...
my question is.... what do you think is the best database for zope???
i just downloaded firebird... is it good, atleast for zope??? how about mysql???
i'm using a win2k box so i guess postgresql is not a good choice for windows...
please advice... thanks...
------------------------------------------------ E-mail service provided by SLUNET Saint Louis University ( http://www.slu.edu.ph ) ------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (7)
-
Andreas Jung -
Chris Withers -
Julian Melville -
Lennart Regebro -
Ronald Mangaliag -
Toby Dickenson -
working4aliving