This is a fairly simple Mac editor for TouchDB databases.
Features
- Open any TouchDB database file on a reachable filesystem
- View all documents including revision IDs and sequence numbers
- View and modify JSON properties of any document
- View document history as a full revision tree (by double-clicking a document row)
- Add and remove documents
Requirements
- Mac OS X 10.7+.
- Xcode 4.4+ to build it.
Building It
- Get TouchDB
- Copy or symlink TouchDB.framework into the
Frameworks/subdirectory. - Get CouchCocoa
- Copy or symlink CouchCocoa.framework into the
Frameworks/subdirectory. - Open
TouchDB Viewer.xcodeproj. - Product > Build