Re: [sqlite] sqlite with java + hibernate

2005-10-11 Thread Kervin L. Pierre
SQLite is a great database, but if you're using Java, why not use something like Apache Derby ( http://db.apache.org/derby/ )? Regards, Kervin Christoph Langewisch wrote: Hello, I'm looking for an embedded SQL database and found SQLite. Now I need some information I did not found at the page

[sqlite] sqlite with java + hibernate

2005-10-11 Thread Christoph Langewisch
Hello, I'm looking for an embedded SQL database and found SQLite. Now I need some information I did not found at the page or in documentation. Is it possible to use this database with Java and in particular with hibernate? To integrate a database in hibernate there is the following needed: