Re: [sqlite] sqlite comparer

2008-08-28 Thread Francisco Azevedo
Hi Shane > There may be one... if not, you could always use .dump from the CLI on both > and then run the text based dumps though a merge utility (like WinMerge) or > through a diff utility. This would probably give you a reasonably good > starting point. Seems the only way so far. But this is

Re: [sqlite] sqlite comparer

2008-08-28 Thread Shane Harrelson
There may be one... if not, you could always use .dump from the CLI on both and then run the text based dumps though a merge utility (like WinMerge) or through a diff utility. This would probably give you a reasonably good starting point. ___ sqlite-use

[sqlite] sqlite comparer

2008-08-28 Thread Francisco Azevedo
Hi list Is there any product in the market to compare 2 sqlite databases and compute all sql code needed do convert one database structure in the other? Something like "DB Comparer for MySQL" from EMS (http://www.sqlmanager.net/en/products/mysql/dbcomparer) but for SQLITE? regards Francisco Az