Skip to content

WebAssembly version of LiteDB to run on client (browser)

License

Notifications You must be signed in to change notification settings

mediabuff/LiteDB.Blazor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteDB for Blazor

This repository contains some cool tests about LiteDB and ASP.NET Blazor. This is not a final product! (yet 😄)

How will works

LiteDB for Blazor will fork v5.1 branch with master updates to start a smaller and focused version for Blazor. Some LiteDB features will be removed in Blazor version (maybe can back in future).

Blazor runs in browser using WebAssembly. There is no disk access in browsers so all your data will be sotored into IndexedDB and/or LocalStorage. Will works with a single database per domain and async read/write operations only. All locks will be removed and there is no support for concurrency (single thread only).

Removed features

  • Concurrency
  • FileStorage
  • AES
  • OrderBy in disk

About

WebAssembly version of LiteDB to run on client (browser)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.1%
  • Other 0.9%