Skip to content

Releases: johnjamespj/gollowdb

v0.0.1 Release

18 Mar 10:44
2d04a35
Compare
Choose a tag to compare
v0.0.1 Release Pre-release
Pre-release

Implemented

  • get(key): Returns a value from the DB
  • set(key, value): Sets a value to the database
  • delete(key): Deletes a key from the database
  • Tail(key): Iterates through all keys >= key
  • Head(key): Iterates through all keys <= key
  • Sub(start, end): Iterates through all start <= keys <= end
  • FirstRow(): Returns First row
  • LastRow(): Returns last row