LiteCore Source Tree Overview
February 18, 2026 ยท View on GitHub
Source Code
C-- Public APICpp_include-- API C++ headersinclude-- API C headersscripts-- Master list of exported symbols, and Python script to generate export liststests-- Unit tests
Crypto-- Certificates, key-pairs, encryption, digestsLiteCore-- Core implementationAndroid-- Android-specific utilitiesBlobStore-- Blob/attachment storageDatabase-- Implementation ofC4DatabaseandC4Collection, and database- and document-related classesLogging-- LoggingQuery-- Query and index implementationN1QL_Parser-- N1QL grammar and transpiler to JSONTranslator-- JSON-to-SQL transpilerRevTrees-- Implementation of revision trees and version vectorsStorage-- Low-level database code:DataFile,KeyStore,Record, etc.Support-- Random utilitiestests-- Unit testsUnix-- Linux-specific utilities
MSVC-- Glue code for some POSIX functions on WindowsNetworking-- Networking and WebSocketsBLIP-- BLIP protocol implementationHTTP-- Low-level HTTP support, like header parsing and cookie managementtests-- Unit testsWebSockets-- WebSocket implementation
Replicator-- The replicatortests-- Unit tests
REST-- HTTP request/response handlerstool_support-- A CLI tool framework used by Edge Server and the cblite toolvendor-- Submodulesfleece-- Our binary data encoding library, plus lots of support code like RefCountedios-cmake-- CMake toolchain files for building for iOS (3rd party)linenoise-mob-- CLI input line reader library used by tool_support (3rd party)mbedtls-- TLS and crypto implementation (3rd party)sockpp-- C++ sockets library (3rd party)sqlite3-unicodesn-- Unicode tokenizer for SQLite FTS (3rd party)SQLiteCpp-- C++ SQLite wrapper library (3rd party)vector_search-- Some glue code from our vector search libraryzlib-- gzip compression library (3rd party)
Other Stuff
.github-- GitHub CI configuration.idea-- CLion IDE config filesbuild_cmake-- Default CMake build directoryscripts-- Shell scripts to invoke CMake
docs-- API and overview documentationcmake-- CMake scripts used by top-level CMakeLists.txtjenkins-- Build scripts run by Jenkins CIlicenses-- Copies of Apache and BSL licensestools-- Scripts for downloading a prebuilt version of LiteCoreXcode-- Xcode project and associated config files