Have you thought of D?

http://www.digitalmars.com/d/1.0/index.html

the code is like java, but with c++ speed and it's a stand alone program. 
It's free and it has a few sqlite3 libraries:

http://www.dsource.org/projects/ddbi

and

http://www.dprogramming.com/sqlite.php

it's so easy, a caveman can do it. .-)

just a thought... .-)

josé


----- Original Message ----- 
From: "Mark Fraser" <m...@mark100.net>
To: <sqlite-users@sqlite.org>
Sent: Wednesday, January 07, 2009 6:23 PM
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

Reply via email to