An open API service indexing awesome lists of open source software.

https://github.com/saikiran6694/database-clone

In this project I have implemented a simple database with basic CRUD operations and transactions.
https://github.com/saikiran6694/database-clone

Last synced: about 1 month ago
JSON representation

In this project I have implemented a simple database with basic CRUD operations and transactions.

Awesome Lists containing this project

README

          

### SIMPLE DATABASE



In this project I have implemented a simple database with basic CRUD operations and transactions.

### Features



  1. Create Database


  2. View Database


  3. Drop Database


  4. Use Database


  5. Create Table


  6. Insert Table


  7. Update Table


  8. Delete Table