Re: [sqlite] Export sqlite database to H2

2010-04-09 Thread Vivien Malerba
On 9 April 2010 13:37, Andreas Henningsson wrote: > Hi > > I am about to change database from SQLite to H2 in a project of mine. > > Is there any tools I can use to do i it? What is the best way to export data > from an SQLite database? > The easiest is probably that you export your data from SQL

Re: [sqlite] Export sqlite database to H2

2010-04-09 Thread Andreas Henningsson
H2 is a java bases database. I have just started to use it and it works quite well. It have the datatypes you expect and a very natural SQL language. Mips, I do not know. It's open source I think. The only reason I use it is because I want to have the possibility to store files in the database.

Re: [sqlite] Export sqlite database to H2

2010-04-09 Thread Navaneeth Sen B
Hi Andreas, I have some questions. Can H2 completely replace SQLite? I would like to know more about H2. Does that have a port on Linux-MIPS platform? Does it have any licensing issues?(whether open source) Can it perform better than SQLite? Or what made you move to H2 from SQLite? Regards, Sen

[sqlite] Export sqlite database to H2

2010-04-09 Thread Andreas Henningsson
Hi I am about to change database from SQLite to H2 in a project of mine. Is there any tools I can use to do i it? What is the best way to export data from an SQLite database? /Andreas -- Andreas Henningsson "Vanligt sunt förnuft är inte särkilt vanligt." -- Voltaire __