Code Monkey home page Code Monkey logo

andatabase-java's Introduction

AnonGrp : The Mind In Your Hand

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

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.

You can use it for storing your application setting data and other complex data.

Reason for using it

  • Lightweight
  • Easy implementation
  • Less Code for implement AnDatabase
  • Bahave like database
  • Simple SQL require for complex data updating & fetching
  • Fast and Secure
  • Table Exportation Support (To CSV for Excel, JSON File for Web Data Sharing & in XML)
  • Data Stored In Highly Secured Encryption Algorithms With Encryption Key That's Only Developer Knows.

Looking For Python Visit AnPyDatabase

Using it already

submit your project info to following email [email protected]

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("NameOfYourProject"); 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","[email protected]","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

andatabase-java's People

Contributors

anikeshpatel avatar gauravthakur047 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.