-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Home
mbdavid edited this page Mar 14, 2015
·
24 revisions
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
Data Modeling
- Data Structure
- BsonDocument
- Object Mapping
- Relationships with Document References
- Collections
- FileStorage
Index
Query
Database
Version 4 changes
Shell