/couchbase-lite-net

A lightweight, document-oriented (NoSQL), syncable database engine for .NET

Primary LanguageC#OtherNOASSERTION

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

If you plan to use Visual Studio, you'll need meet one these prereqs:

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