Re: [sqlite] Fast and simple database merge

2009-02-02 Thread Griggs, Donald
Regarding: "...Really cool would be something like: cat db1.dat db2.dat db3.dat > final.dat" I don't think there are any "really cool cat's" available. ;-) The format of the database is fairly fancy, though it is documented if you think you'd be interested in writing a utility ag

[sqlite] Fast and simple database merge

2009-02-02 Thread Lukas Haase
Hi, For an application I use SQLite as datafile. I have written a "compiler" (script chain in Linux) for creating my database file. There are dependencies between tables and "compiling" my single database takes about 1-2 hours. When there is an error I have to restart the whole procedure. Very