Added README.md file.
This commit is contained in:
parent
27a3ac09a4
commit
e063099719
1 changed files with 31 additions and 0 deletions
31
README.md
Normal file
31
README.md
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Welcome
|
||||||
|
|
||||||
|
SikevaDB is a Simple KEy VAlue DataBase.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* double key value
|
||||||
|
* single session only
|
||||||
|
* connector to file persistence
|
||||||
|
* connector to SQL persistence
|
||||||
|
|
||||||
|
# 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
|
||||||
|
SikevaDB Logo comes from TODO
|
||||||
|
Author: TODO
|
||||||
|
License: TODO
|
Loading…
Reference in a new issue