by Marty Schoch ([email protected])
Important Note: this repository has been superceded by Couchbase Lite Android. Please switch to that repository instead and refer to Moving from TouchDB to Couchbase Lite for more information.
TouchDB-Android is the Android port of TouchDB by Jens Alfke ([email protected]). For information on the high-level goals of the project see the iOS README. This document will limit itself to Android specific issues and deviations from the iOS version.
- Ported core functionality present in TouchDB-iOS as of Jan 22.
- Unit tests pass
- Android 2.2 or newer
- Jackson JSON Parser/Generator
- Apache License 2.0
- Exception Handling in the current implementation makes things less readable. This was a deliberate decision I made to make it more of a literal port of the iOS version. Once the majority of code is in place and working I would like to revisit this and handle exceptions in more natural Android/Java way.
- Finish porting all of TDRouter so that all operations are supported
See the Wiki: https://github.com/couchbaselabs/TouchDB-Android/wiki