java Database framework comparison
- by user293655
Hi,
I want to create an application that synchronize a database to multiple databases(various type of databases).
I'm looking for a framework that suitable to do this.
I was looking for something just get the Object of the data (like a resultset) then copy that object to the destination database. Or comparing between 2 data.
Any ideas?
Thanks,