|
Loading...
|
java-dev@lists.apple.com
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [OT] H2 / HSQLDB / Derby? Paul Libbrecht Thu Feb 02 22:08:18 2012
> Last time I checked there was still no real JDBC driver for sqlite worthy of > the name. You have to use one of those sqlite Java wrappers. Just as a rant: JDBC really really really is not the panacea! It's fairly old and grumpy. But it's very widely deployed! If looking at alternative storages, there are loads of them. We've been using Lucene for a purely java-native-storage and it has worked very well in performance and a good support for streams (which has been often an issue in JDBC's applications). That said, Derby was also used by my former group and has worked real well, e.g. to build on things that need JDBC such as Hibernate. Whatever the storage, restore methods are needed, and better have them in some external format such as XML and zips instead of concrete-schema-specific exports such as SQL. paul _______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list ([EMAIL PROTECTED]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/java-dev/alexiscircle%40gmail.com This email sent to [EMAIL PROTECTED]
- Re: [OT] H2 / HSQLDB / Derby?, (continued)
- Re: [OT] H2 / HSQLDB / Derby? Óscar Sarabando 2012/02/02
- Re: [OT] H2 / HSQLDB / Derby? Steve McLeod 2012/02/02
- Re: [OT] H2 / HSQLDB / Derby? Hendrik Schreiber 2012/02/02
- Re: [OT] H2 / HSQLDB / Derby? Petite Abeille 2012/02/02
- Re: [OT] H2 / HSQLDB / Derby? Hendrik Schreiber 2012/02/02
- Re: [OT] H2 / HSQLDB / Derby? Steve McLeod 2012/02/02
- Re: [OT] H2 / HSQLDB / Derby? Hendrik Schreiber 2012/02/02
- Re: [OT] H2 / HSQLDB / Derby? Olivier Lefevre 2012/02/02
- Re: [OT] H2 / HSQLDB / Derby? Jeff Palmer 2012/02/02
- Re: [OT] H2 / HSQLDB / Derby? Michael Dever 2012/02/02
- Re: [OT] H2 / HSQLDB / Derby? Paul Libbrecht 2012/02/02 <=
- Re: [OT] H2 / HSQLDB / Derby? Noah White 2012/02/02