Skip to content
Jim Borden edited this page Feb 4, 2022 · 21 revisions

Generally Useful Pages

Useful For QE And Support

For Couchbase Lite Implementors

  • Intro To LiteCore -- start here if you're new
  • C API Documentation -- Doxygen-generated documentation of the C API called by Couchbase Lite
  • 🆕 C++ API Overview -- there's a shiny new C++ API equivalent to the C one, if you swing that way
  • API Changelog -- Chronological list of LiteCore C API changes
  • Using Fleece and Advanced Fleece -- the JSON-like storage format and API used for documents
  • Shared Keys In Fleece -- describes an often-confusing optimization of Fleece
  • Slices -- a core data structure used by LiteCore and Fleece
  • Proxy Servers -- LiteCore doesn't deal with them, but someone has to...

Internal Design Documents