Improved README.
This commit is contained in:
parent
0641a8eec7
commit
960cd5945e
1 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
@ -8,6 +8,13 @@ Features:
|
||||||
* connector to file persistence
|
* connector to file persistence
|
||||||
* connector to SQL persistence
|
* connector to SQL persistence
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
# LICENSE
|
# LICENSE
|
||||||
|
|
||||||
SikevaDB is released under the GNU AGPL license. Enjoy!
|
SikevaDB is released under the GNU AGPL license. Enjoy!
|
||||||
|
@ -26,6 +33,6 @@ For unit tests, install the TestNG:
|
||||||
* Eclipse menu > Help > Eclipse Marketplace > Find "TestNG" > TestNG for Eclipse: Install button
|
* Eclipse menu > Help > Eclipse Marketplace > Find "TestNG" > TestNG for Eclipse: Install button
|
||||||
|
|
||||||
# LOGO
|
# LOGO
|
||||||
SikevaDB Logo comes from TODO
|
Author: Christian P. MOMON
|
||||||
Author: TODO
|
License: Creative Commons BY-ND-SA
|
||||||
License: TODO
|
Made with: LibreOffice
|
Loading…
Reference in a new issue