Skip to content

stefanteitge/simplefiledb-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kysy SimpleFileDB

Build Status

DepShield Badge

SimpleFileDB a simple flat file database.

Its is intended to be used as a quick drop-in database for small projects.

Maven usage

SimpleFileDB is deployed to Sonatype OSS repository. So you can simply declare a dependency on it using the following snippet.

<dependency>
    <groupId>de.kysy</groupId>
    <artifactId>simplefiledb</artifactId>
    <version>0.1.5</version>
</dependency>