Skip to content

nimaj94/keyValue4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyValue4j

small key-value database to store java objects

Simple for java beginners

Powerful for experts

what is key-value?

A key-value pair (KVP) is a set of two linked data items: a key, which is a unique identifier for some item of data, and the value, which is either the data that is identified or a pointer to the location of that data. (searchenterprisedesktop.techtarget.com/definition/key-value-pair)

What is keyvalue4j?

keyvalue4j is a small but powerful java filing package to store and retrieve any default Data Types, serializable objects and arrays as they are. this package helps java beginners to save their data easily.

Why using keyvalue4j?

because anybody can create their own classes for holding data and exactly store or retrieve them without any kind of mapping.

warning

for enterprise use and storing critical data it is highly recommended to review the code first.

free and open-source

About

light key-value database to store java objects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages