I would not like to require even sqlite for an application I'm working on that is intended to be "click and go" on mac, linux, and windows for the base use case (and as needs warrant, user can switch DB impl). I know sqlite can run on these three platforms, but I want the initial installation to be completely step-free.
I found articles from over 2 years ago about SQLObject and Gadfly. What is the current status? I notice in the docs that "SQLObject also includes a novel feature to avoid generating, textually, your SQL queries. This also allows non-SQL databases to be used with the same query syntax." With some work on my part being totally OK, is there a way to be able to distribute a pure python app (with room to grow) and still use SQLObject? Thanks, Tim _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
