Couchbase lite

From wikinotes

Embeddable file nosql file database, syncs with couchbase.
Currently only implemented for objective-c, swift, and java - but a C implementation is in the works. See couchbase lite c.

Documentation

homepage https://www.couchbase.com/products/lite
official docs https://docs.couchbase.com/couchbase-lite/2.7/introduction.html
couchbase lite (C) https://github.com/couchbaselabs/couchbase-lite-C

Install

Officially, couchbase lite is only supported on mac platforms, or using java.
See couchbase lite c for an alpha cross platform implementation.