Skip to content

Files

Latest commit

6d1d46f · Oct 19, 2022

History

History
This branch is 11 commits behind linkdotnet/BlogExamples:main.

LiteDatabase

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 19, 2022
Oct 19, 2022
Oct 19, 2022
Oct 19, 2022

LiteDB - A .NET embedded NoSQL database

In this article we will have a closer look at LiteDB, a .NET NoSQL Document Store in a single data file. We will discover the advantages of LiteDB and why it is a viable candidate for your next project.

We will also explore what are the differences between a NoSQL and a classical SQL database are and what this has to do with the reminiscent SQL CE or the more modern SQLite database.

Found here