2017-04-22 01:45:46 +02:00
|
|
|
# Welcome
|
|
|
|
|
|
|
|
SikevaDB is a Simple KEy VAlue DataBase.
|
|
|
|
|
|
|
|
Features:
|
|
|
|
* double key value
|
|
|
|
* single session only
|
|
|
|
* connector to file persistence
|
|
|
|
* connector to SQL persistence
|
|
|
|
|
2017-04-26 14:36:03 +02:00
|
|
|
Why build a single session database? Because, in so many cases, I need a single session only in my application.
|
|
|
|
|
|
|
|
Actually, the following backends are supported:
|
|
|
|
* file system
|
|
|
|
* MySQL Database
|
|
|
|
* HSQL Database
|
|
|
|
|
2017-04-22 01:45:46 +02:00
|
|
|
# LICENSE
|
|
|
|
|
|
|
|
SikevaDB is released under the GNU AGPL license. Enjoy!
|
|
|
|
|
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Christian Pierre MOMON <christian.momon@devinsy.fr>
|
|
|
|
|
|
|
|
# Developer install
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
## Unit test environment
|
|
|
|
For unit tests, install the TestNG:
|
|
|
|
* https://marketplace.eclipse.org/content/testng-eclipse
|
|
|
|
* Eclipse menu > Help > Eclipse Marketplace > Find "TestNG" > TestNG for Eclipse: Install button
|
|
|
|
|
|
|
|
# LOGO
|
2017-04-28 00:08:10 +02:00
|
|
|
Author: Christian Pierre MOMON <christian.momon@devinsy.fr>
|
2017-04-26 14:36:03 +02:00
|
|
|
License: Creative Commons BY-ND-SA
|
2017-04-28 00:08:10 +02:00
|
|
|
Made with: Image from LibreOffice
|