Giter Club home page Giter Club logo

database-engine's Introduction

Database Engine (using Java, B-Tree Data Structure)

Project description

  1. Implemented a rudimentary database engine in Java that is based on a hybrid between MySQL and SQLite, operated entirely from the command line.
  2. Based on MySQL's InnoDB data engine (SDL), the program uses file-per-table approach to physical storage, implementing Paging using B-Tree (B+Tree) data structure.
  3. Commands Supported:

a) DDL- SHOW TABLES, CREATE TABLE, DROP TABLE

b) DML- INSERT INTO, DELETE FROM, UPDATE

c) VDL- SELECT-FROM-WHERE, EXIT


How to Run the Project-

  1. Open command prompt

  2. Change the file directory to the projects file directory

  3. Type the command: javac *.java. It will compile all the java files

  4. Type the command: java DavisBase. It will run the mail file


About the Files-

1.MainDavisBase.java - Main file that supports all input commands

2.DatabaseMethods.java - contains all methods which are executed with the appropriate input commands

3.BTreeLeafPage.java - conatins pfunctions to implement B+Tree paging

4.CurrentData.java- Stores all information of selected rows/values.


About the Supported Commands-

  1. All the syntax supported by the project can be checked by typing the command "help;".

database-engine's People

Contributors

raghavmathur0505 avatar

Watchers

 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.