-
Notifications
You must be signed in to change notification settings - Fork 72
Home
Jens Alfke edited this page Dec 14, 2018
·
23 revisions
- Build And Deploy -- how to build LiteCore
- JSON Query Schema -- LiteCore's query syntax
- REST API -- If you enable this unsupported listener, here's its API
- The cblite Tool -- Super useful command-line tool for inspecting databases
- Debugging Replicators Stuck In Busy -- some tips for using logging to investigate a pesky source of bugs
-
Legacy Attachment Handling -- backwards compatibility with the old
_attachments
when replicating with Sync Gateway - Replication Protocol -- Specification of the WebSocket-based protocol
- Proxy Servers -- LiteCore doesn't deal with them, but someone has to...
- Database Schema -- What's in the SQLite database
- Query Engine -- How we implemented N1QL-like queries
- Replication Lifecycle -- The state machine the replicator goes through
- Revision Trees -- Deep innards of how documents are stored