Skip to content

satpal123/LiteDbSample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 (compatible with .NET 3.5, 4.x, NETStandard 1.3 and 2.0). 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/

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%