Skip to content

Tiny embedded Database in Java based on Json-Files - Fork with enhanced features of the Jsondb-core

License

Notifications You must be signed in to change notification settings

CyclingJack/jsonfile-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonfile-db

Tiny embedded Database in Java based on Json-Files - Fork with enhanced features of the Jsondb-core

Jsonfile-db is a file-based database for embedded use in Java programs. The focus is on speed with small amounts of data (about a few thousand records). It uses text-based files to store the data, which are only locked during writing. The database should therefore be able to be used simultaneously by several users, depending on the size and structure.

The basis is the database jsondb-core by Farooq Khan.

About

Tiny embedded Database in Java based on Json-Files - Fork with enhanced features of the Jsondb-core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages