Embedded NoSQL DB for .NET Core -


what best choice embedded nosql db used .net core application (could built run in linux)?

so in summary, requirements:

  1. can used in .net core application (asp.net 5 mvc), , compiled run in linux.
  2. nosql, document-based.
  3. embedded, not require server installation, can deployed application.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -