Git Product home page Git Product logo

toydbengine's Introduction

ToyDBEngine

Demo Video

Currently supporting the following operations:

  • create table {tableName}
  • {dataType} {fieldName} (to add attributes to the created table; example, string name)
  • insert into {tableName} {values} (values must be in this format: (a, b, c), i.e., comma-separated and within parenthesis, following the order of the field names)
  • select * from {tableName} (display all the rows in the table chosen)
  • join {table1Name} {table2Name} where {condition}

Other Features

Modifiable buffer size to reduce the number of records loaded into RAM at once

Tests

In the test folder, query files are present which are read and converted to intermediate code (.query.code files).

Change the queryFileName variable in cs21b059_parser.java to a query file of your choice.

cs21b059.query creates two tables with random values.
joinTables.query performs a join operation on the two created tables with a specifed condition.

Running

Clone the repo to your local machine and run the bash file by going to the root directory and typing ./runDBEngine.sh in the terminal.

toydbengine's People

Contributors

chandradithyaj 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.