durusmail: quixote-users: Relational database access in Quixote applicatoins
Relational database access in Quixote applicatoins
2003-01-10
Relational database access in Quixote applicatoins
2003-01-10
2003-01-10
2003-01-13
2003-01-13
Quixote and non-programmers (was Re: Relational database access in Quixote applicatoins)
2003-01-13
2003-01-13
2003-01-13
2003-01-13
2003-01-13
Relational database access in Quixote applicatoins
Matt Campbell
2003-01-10
Hello,

I recently discovered Quixote, and there are some things I like about it.
I like the idea of object publishing via _q_getname().  I also observe
that Quixote follows Python coding conventions more closely than Webware.

However, the Web application I'm about to begin developing needs to access
a relational database (specifically, a MySQL database).  I need at least
a database connection pool, and Quixote doesn't provide this feature.
Webware provides a database connection pool (the MiscUtils.DBPool module)
and an object-relational mapper (MiddleKit).  Should I just use these,
or would you recommend something else?  Thanks.
--
Matt Campbell
Phone:  (316) 652-8727
WWW:  http://pobox.com/~mattcampbell/

reply