Re: [sqlite] Object Relational Mapping Tools with Sqlite

2005-01-02 Thread Mario Ruggier
For Python, take a look at the very featureful framework at:
http://modeling.sourceforge.net/
m.
On Dec 30, 2004, at 7:41 PM, <[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.
Thanks.
Scott



Re: [sqlite] Object Relational Mapping Tools with Sqlite

2005-01-01 Thread David M. Cook
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


Re: [sqlite] Object Relational Mapping Tools with Sqlite

2004-12-31 Thread justin . greenwood
MyGeneration is a template based code generator that runs in the Win32
environment. It is 100% free and supports SQLite. There is not yet a set
of templates that generate code for a specific SQLite supported framework,
but the Meta-Data API supports SQLite, so writing your own templates
should be a fairly simple task.

http://www.mygenerationsoftware.com/


> On Thu, 30 Dec 2004 10:41:50 -0800, [EMAIL PROTECTED]
> <[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 what language?
>
>
> Kirk Haines
>




Re: [sqlite] Object Relational Mapping Tools with Sqlite

2004-12-30 Thread Kirk Haines
On Thu, 30 Dec 2004 10:41:50 -0800, [EMAIL PROTECTED]
<[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 what language?


Kirk Haines


RE: [sqlite] Object Relational Mapping Tools with Sqlite

2004-12-30 Thread Sandy Ganz
If OO is what you are looking for I came across this site with some
interesting tools, not SQLite, but look interesting for those doing some oo
work.

http://www.garret.ru/~knizhnik/index.html

Sandy

-Original Message-
From: Scott Goldstein [mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, December 30, 2004 10:42 AM
To: sqlite-users@sqlite.org
Subject: [sqlite] Object Relational Mapping Tools with Sqlite


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.

Thanks.

Scott



[sqlite] Object Relational Mapping Tools with Sqlite

2004-12-30 Thread sgoldstein
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.
 
Thanks.
 
Scott