Re: h2database to replace SQLite in Android

2010-11-10 Thread Thomas Mueller
Hi, > replace SQLite as the default database. What is the reason? Please note that H2 is not fully compatible with SQLite yet. Many existing applications will not work. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post t

Re: h2database to replace SQLite in Android

2010-11-09 Thread sleepnova
I'm more interested in having a NoSQL (k-v / graph / json) interface of H2 data-engine. If so, I'll use it in all my projects! :) -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to h2-datab...@googlegroups.com.

Re: h2database to replace SQLite in Android

2010-11-08 Thread Terence Truong
Hello, Thank you for your reply and suggestion. My plan is actually not to make any changes to h2, since it is perfect already but to make the changes on the Android side. I want to port Android (just like the Android-x86 project) to use h2 database natively. Basically to replace SQLite as the def

Re: h2database to replace SQLite in Android

2010-11-08 Thread Thomas Mueller
Hi, I'm not sure if it makes sense to create a new project for Android support. I planned to support Android within the regular H2 project, possibly using different build targets. Your project uses a different license (GPL, while H2 uses EPL / MPL), is there a specific reason for this difference?

h2database to replace SQLite in Android

2010-11-06 Thread Terence Truong
I created a project on Google Code at http://code.google.com/p/android-h2/ to replace SQLite in the Android OS. If anyone is interested in helping me with this project, please send me an email. I would like to see Android utilize h2database for its mobile version and also with another project call