On Thu, Dec 30, 2004 at 10:41:50AM -0800, [EMAIL PROTECTED] wrote: > Has anyone been successful using an object relational mapping tool with > Sqlite? I'm looking for such a tool that has a non-commercial free > license.
For Python: http://www.sqlobject.org If you're using Java, I'd consider hibernate with the hsqldb pure java database: http://www.hibernate.org http://hsqldb.sourceforge.net/ Dave Cook