Skip to content
/ Sapphire Public

A very basic database management system

License

Notifications You must be signed in to change notification settings

jdf18/Sapphire

Repository files navigation

Sapphire

Sapphire is a very basic database management system. It is designed to be as simple and easy to understand how it works.

I am planning on implementing various types of database into this system as well as most common query languages.

Table of contents

Features

  • Relational database

Installation

Prerequisites

  • make
  • gcc

Steps

  1. Clone the repository:
git clone https://github.com/___/___.git
  1. Navigate to the project directory:
ch sapphire
  1. Build the project:
make build

Usage

Running the project

make run

Running tests

make test

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A very basic database management system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published