Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
/ kiev Public archive

embeddable key/value database for shell scripting

License

Notifications You must be signed in to change notification settings

capotej/kiev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiev

An embeddable key/value store for shell scripts

Read the blog post for more info.

Installation

Clone the repo into a directory:

$ git clone https://github.com/capotej/kiev.git <your-db-name>

Usage

You can get/put values from anywhere using the absolute path

$ /path/to/your/db/bin/kiev put foo bar
$ /path/to/your/db/bin/kiev get

Commands

Usage: kiev <command> [<args>]

Some useful kiev commands are:
   commands               List all kiev commands
   del                    removes a value
   get                    get a key
   list                   list all key/value pairs
   put                    adds a key value pair

See 'kiev help <command>' for information on a specific command.

About

embeddable key/value database for shell scripting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages