Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.46 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.46 KB

Stories in Ready couchbase-lite-net

Couchbase Lite is a lightweight embedded NoSQL database that has built-in sync to larger backend structures, such as Couchbase Server.

This is the source repo of Couchbase Lite C#. It is a port of Couchbase Lite from Couchbase Lite Android.

Architecture

Couchbase Lite databases are able to sync with eachother via Sync Gateway backed by Couchbase Server

Documentation Overview

Building Couchbase Lite master branch from source

TBD

Running Tests

The replication unit tests currently require a running instance of sync_gateway. Prior to running the replication tests, start sync_gateway with the following command:

*nix: /path/to/sync_gateway -pretty -verbose=true Couchbase.Lite/Couchbase.Lite.Tests/Assets/GatewayConfig.json

Example Apps

License

Apache License 2.0