claygod / larder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

License:Other


Languages

Language:Go 100.0%