Actually, Firestorm DAO pretty much does what I want.  The problem with 
that solution is that it would leave me with the dilemma of limiting 
myself to 20 tables or paying for a $1000 license.

I have sqlite-jdbc.  It works fine.  But using raw jdbc is pretty painful. 

I am surprised there are not more tools like this for java.  I know 
there are some good ones for .Net.


Thomas DILIGENT wrote:
> Hello,
>
> In one hand, object persistence framework provide solutions starting from a
> description of your DB - object mapping.
> Unfortunately, these solutions are not easy to deploy. Does not seem to fit
> your need.
>
> In the other hand, if you just want java database access, you can have a
> look at sqlitejdbc.
> Simple to use and fits jdbc standard. I successfully used it.
>
>   
>> -----Original Message-----
>> From: sqlite-users-boun...@sqlite.org 
>> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Mark Fraser
>> Sent: Thursday, January 08, 2009 12:24 AM
>> To: sqlite-users@sqlite.org
>> Subject: [sqlite] Java Database Access Code Generator
>>
>> Hello,
>>
>> I am looking for suggestions on a simple tool to generate 
>> java db access code that works with SQLite.
>>
>> Ideally what I want is something that will take a database 
>> schema file with create table statements as input and will 
>> generate the java classes necessary to encapsulate basic 
>> operations on the database.
>>
>> Obviously I have done a lot of searching already but have not 
>> found anything current that has the simplicity and 
>> functionality I am hoping for.
>>
>> Has anyone here successfully used such a tool with java/SQLite?
>>
>> Thanks.
>>
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>>     
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to