Skip to content

chrisekelley/TouchDB-Android

 
 

Repository files navigation

TouchDB-Android

by Marty Schoch (marty@couchbase.com)

TouchDB-Android is the Android port of TouchDB by Jens Alfke (jens@couchbase.com). 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.

Current Status

  • Ported core functionality present in TouchDB-iOS as of Jan 22.
  • Unit tests pass

Requirements

  • Android 2.2 or newer
  • Jackson JSON Parser/Generator

License

  • Apache License 2.0

Known Issues

  • 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.

TODO

  • Finish porting all of TDRouter so that all operations are supported

Getting Started using TouchDB-Android

See the Wiki: https://github.com/couchbaselabs/TouchDB-Android/wiki

About

CouchDB-compatible mobile database; Android version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 63.5%
  • C 33.2%
  • D 1.8%
  • C++ 1.5%