Skip to content
/ larder Public

A simple embeddable key-value database (written in Go).

License

Notifications You must be signed in to change notification settings

claygod/larder

Repository files navigation

Larder

Simple embedded database for a Golang application. Supports CRUD operations and transactions.

API documentation Go Report Card

Handler

The handler receives an input repository that allows

  • receive records
  • save (overwrite) records
  • delete records

Transaction

The transaction is looking for a key handler. If it is found, the transaction starts it.

Copyright © 2018-2019 Eduard Sesigin. All rights reserved. Contacts: claygod@yandex.ru

About

A simple embeddable key-value database (written in Go).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages