Skip to content

winterrdog/sqlyte-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlyte-db

A relational database like SQLite that can do stuff. It's not a basic one but rather intermediate-level project. Clearly written in C

Usage

  • Clone the repository

    git clone https://github.com/winterrdog/sqlyte-db.git
  • Compile the source code

    ./compile.sh
  • Run the executable

    ./sqlyte-db

Testing

  • Make sure you have node.js installed on your machine

  • Also make sure you have jest installed globally

    npm install -g jest
  • Only after is when you can test the database using node.js' jest like so:

    jest

About

A relational database like SQLite that can do CRUD and store data as B-Trees. Clearly written in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published