rbtr / Drive-Database-Sync

A Google Drive sync layer for Android SQLite Databases
Apache License 2.0
17 stars 15 forks source link

Other Database types #1

Open FHellmann opened 9 years ago

FHellmann commented 9 years ago

It would be nice to use this library also in combination with other database types (e.g. NoSQL, File, etc.). There for it would be nice to have an abstraction layer between the sync and database.

rbtr commented 9 years ago

I can expose some methods to allow passing a String filename or File object as the source, would that be an acceptable solution? If you have something in mind, feel free to open a pull request. This library is in its infancy and contributions are welcome.

QuickBrownFoxy commented 9 years ago

This would be really nice and open library to do all sorts of file sync possibilites