Skip to content

Base repository with just follow along documentation to build your own StylusDB SQL.

License

Notifications You must be signed in to change notification settings

status-20X/stylusdb-sql-assignment-lavanderhoney

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StylusDB SQL

A SQL database engine written in JavaScript

GitHub Repo GitHub Repo

This is the base repository for cohort members to follow the tutorial and send in their own StylusDB SQL implementations. You can refer to a complete implementation @ ChakshuGautam/stylusdb-sql.

Follow the steps given in the documentation to create your own implementation and make those tests pass.

Disclaimer: This database is for educational purposes only. It is not intended for production use. It is written ground up in JavaScript and is a great way to learn how databases work. You can find the tutorial in the docs directory.

Features

  • Support for Prisma
  • INSERT, DELETE, SELECT
  • CLI
  • Server/Client Basic Protocol
  • NPM Package for StylusDB-SQL
  • UPDATE, CREATE TABLE, DROP TABLE
  • SQL Spec Tracker
  • Minimal PostgreSQL Protocol for Server/Client Communication

About

Base repository with just follow along documentation to build your own StylusDB SQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%