Skip to content

anongrp/AnDatabase-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnDatabase : The Anon Group Service

Just Focus On What To Do, Not In How To Do

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.

> Features :

  1. No SQL Required, SQL Free Database
  2. Easy Implementation
  3. Fast, Flexible and Secure
  4. Table Exportation Support (To CSV for Excel & JSON File for Web Data Sharing)
  5. Data Stored In Highly Secured Encryption Algorithms With Encryption Key That's Only Developer Knows.
  6. Easy Implementation Only Maximum 10 Lines Of Code Required For Implementing AnDatabase.

> Release :    

AnDatabase v2.5 JRE 9.jar (Latest Stable Version)
AnDatabase v2.4 JRE 9.jar
AnDatabase v2.4 JRE 8.jar
AnDatabase v2.3 JRE 9.jar

Take More ........

Looking For Python Visit AnPyDatabase

> Projects Using AnDatabase :  

> Basic Implementation :

List Of Classes :

Classes Summary
Database Handle Database
Table Handle Tables
Security Provide Encryption
  1. For Connecting To The AnDatabase Connection.connect(); It Simply Returns Boolean Value True If Database is Connected Otherwise False.

  2. Creating Database

Database mainDatabase = new Database("NameOfDatabase");
  1. Creating Table Inside mainDatabase
String[] colName = new String[]{"name","email","password"};
Table loginFormTable = new Table("TableName",mainDatabase,colName);  
  1. Ok That's It You Have Good To Go With AnDatabase And For Adding Data To Table Or Column Use
String[] rowData = new String[]{"UserName","UserEmail@Example.com","12345"};
studentTB.insertRow(rowData);

>>> Security Example :

For Password Security AnDatabase Provide A Security Class That Encrypt Your Password With A Special Key Inside Program Then Add Into Column.
Eg.

Security.encrypt(Data,Key);
Security.decrypt(EncryptedData,key);

Basic Encryption Example :

Encryption

Output :
ɢʏɥʂʕʂʃʂʔʆ

Basic Decryption Example :

Decryption

Output :
AnDatabase

>>> Standard Way To Implement AnDatabase

Standard Way

Anon Database

About

Simple lightweight data storing library for Java like database for javafx or other java desktop application frameworks

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages