Skip to content

georgekosmidis/LiteDbSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using LiteDb in an ASP.NET Core API

LiteDB is serverless database delivered in a single DLL (less than 350kb) fully written in .NET C# managed code. It is ideal for mobile apps or for small desktop/web apps, and its API is very similar to MongoDB C# Official Driver.

This code is linked to the post https://blog.georgekosmidis.net/2019/11/02/using-litedb-in-an-asp-net-core-api/ and has been updated to support .NET 8 and the latest LiteDB 5.0.19