Skip to content

Opening a Google LevelDB for read in pure .NET Core

License

Notifications You must be signed in to change notification settings

tvandijck/LevelDB.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LevelDB.NET

Opening a Google LevelDB for read in pure .NET Core

DISCLAIMER

This only opens a LevelDB for readonly access, and does not take into account any kind of concurrency access by some other process. So if the DB is open by some other process that is writing to it at the same time, it's going to fail misserably.

For me it's in a state where I can use it for what I need it to do.

  • Enumerate all entries.
  • Find an entry by key.

About

Opening a Google LevelDB for read in pure .NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages