Skip to content

Commit ed48969

Browse files
authored
Update README.md
1 parent 551c7b0 commit ed48969

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@
55

66
# <p align="center">Under Development ...</p>
77

8-
AnDatabase is a Database that provides a simple way to manage data in simple desktop application Like Music Player, Video Player, and Text Editor. In AnDatabase data is organized into rows, columns, and tables, and it is indexed to make it easier to find relevant information. Data gets updated, expanded and deleted as new information is added.
8+
<p>AnDatabase is a Database that provides a simple way to store and manage data in java desktop application. In AnDatabase data is organized into rows, columns, and tables, and it is indexed to make it easier to find relevant information. Data gets updated, expanded and deleted as new information is added.</p>
9+
<p>You can use it for storing your application setting data and other complex data.</p>
910

11+
# Reason for using it
12+
* <p>Lightweight</p>
13+
* <p>Easy implementation</p>
14+
* <p>Less Code for implement AnDatabase</p>
15+
* <p>Bahave like database</p>
16+
* <p>Simple SQL require for complex data fetching
1017

1118
## _> Features_ :
12-
1. No SQL Required, SQL Free Database
13-
2. Easy Implementation
1419
3. Fast, Flexible and Secure
1520
4. Table Exportation Support (To CSV for Excel, JSON File for Web Data Sharing & in XML)
16-
5. Data Stored In Highly Secured Encryption Algorithms With Encryption Key That's Only Developer Knows.
17-
6. Easy Implementation Only Maximum 10 Lines Of Code Required For Implementing AnDatabase.
21+
5. Data Stored In Highly Secured Encryption Algorithms With Encryption Key That's Only Developer Knows.
1822

1923
##  ![Beta Release](https://github.com/anongrp/AnDatabase/releases)    
2024
![AnDatabase v2.5 JRE 9.jar (Latest Beta Version) ](https://github.com/anongrp/AnDatabase/raw/master/Release/AN%20Database%20v2.5%20JRE%209.jar)  

0 commit comments

Comments
 (0)