Skip to content
mbdavid edited this page Mar 14, 2015 · 24 revisions

LiteDB - A .NET NoSQL Document Store

Welcome to LiteDB documentation Wiki pages. Here you will find all information you need to know better LiteDB and how you can work.

Table of content:

  • Getting Started
    • Install
    • First example
    • Works with files
  • Data Modeling
    • Data structure
    • BsonDocument
    • BsonMapper
    • AutoId
    • Collections
    • FileStorage
  • Index
    • How index works
    • Index options
  • Query
    • Query helper
    • Linq
  • Database
    • How LiteDB works
    • LiteDatabase (info/user versions/connectionstring)
    • Transactions
    • Concurrency
    • journaling / recovery
    • Repository pattern
    • Limits
  • Shell
    • Command reference