Re: [SQLObject] exploring SQLObject as a bridge
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Frank B. <fb...@fo...> - 2003-04-25 20:35:59
|
Hallo, Donnal Walter hat gesagt: // Donnal Walter wrote: > I am sure I will have other question of a more theoretical nature, > but my first question is merely to ask for recommendations for a > database backend. Since I am only exploring for now, I would am > interested in the easiest to install on my local machine. I had > planned on using Gadfly, for example, but I don't see it on the > list of databases supported by SQLObject. It is not currently supported, but writing support for a RDBMS in SQLite has shown to be very easy. Even I as a python beginner could do it with the initial sqlite support. But is Gadfly still in active development? I guess, SQLite will be faster anyway. > SQLite seems attractive, but if I understand the instructions > correctly, I would have to compile it myself, and I don't have a C > compiler. (Or is there a Windows binary available?) What RDBMS would > you recommend? SQLite is really cool for small or standalone applications, where you don't want to or cannot run a 'real' database server. It might be a bit more difficult to get it working in a threaded environment, but a couple of locks should make it possible as well. For bigger things I would use a db-server, though. MySQL and PostgreSQL both are good. ciao -- Frank Barknecht _ ______footils.org__ |