Skip to content

weistn/sublevel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Sublevel for Go

Sublevel offers multiple sections within on LevelDB. Furthermore, there are hooks that allow you to run custom code whenever a row is put or deleted in a section.

This library is a Go implementation of the ideas found in the level-sublevel project of Dominic Tarr, which is written in JavaScript.

Sublevel uses levigo as a Go wrapper around LevelDB. The API of a section is similar to the API offered by levigo for the entire database.

About

Separate sections of LevelDB with hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages