Categorygithub.com/gusandrioli/gkvDB
modulepackage
0.1.2
Repository: https://github.com/gusandrioli/gkvdb.git
Documentation: pkg.go.dev

# README

gkvDB

Transactional key-value store DB in Go that sits on top of LevelDB.

Installation

1 - Executable

Go to Releases and download the latest binary. Then run it locally:

./gkvDB

2 - go get

go get -u github.com/gusandrioli/gkvDB

3 - Run it locally

[email protected]:gusandrioli/gkvDB.git
go mod tidy
go build
./gkvDB

Usage/Commands

CommandDescriptionArgs
BEGINBegins a transaction-
COMMITCommits a transaction-
COUNTRetrieves the number of records/databases storedDATABASES/RECORDS
DELETEDeletes a record based on a keyDATABASE/RECORD + KEY
ENDEnds a transaction-
EXITExits the console-
GETGets a record based on a keyKEY
LISTLists all databases/records storedDATABASES/RECORDS
NEWCreates new databaseDATABASE + DB_NAME
ROLLBACKRolls back a transaction
SETSets a key to a certain valueKEY + VALUE
USEUse a specific databaseDB_NAME

Bugs

Bugs or suggestions? Open an issue here.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author