Re: [SQLObject] exploring SQLObject as a bridge
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: David M. C. <da...@da...> - 2003-04-25 17:56:27
|
On Fri, Apr 25, 2003 at 10:10:12AM -0700, 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. 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? Both sqlite and pysqlite have win32 binaries. You may want to download something like dev-c++ (which comes with mingw) or cygwin in any case. http://www.bloodshed.net/dev/devcpp.html http://cygwin.com Dave Cook |