Skip to content

Simple, safe, embedded document database with rich query and index capabilities

Notifications You must be signed in to change notification settings

jlarsson/KiwiDB

Repository files navigation

Summary

KiwiDB is en embedded document database for the .NET ecosystem. Key features are

  • zero configuration
  • flexible indexing
  • simple and intuitive API

Requirements

  • .NET 4.0

Legal

KiwiDB is released under the MIT License.

Installing from NuGet

KiwiDB is now present in the NuGet gallery.

  • PM> Install-Package KiwiDb

Getting source code

Clone the repository.

Get submodules (Kiwi.Json)

  • git submodule sync
  • git submodule update

Update NuGet dependencies.

  • PM> Install-Package NuGetPowerTools
  • PM> Enable-PackageRestore

Contribute

Contributors are welcome. Create a fork on github and send me pull requests.

About

Simple, safe, embedded document database with rich query and index capabilities

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages