Skip to content

Commit

Permalink
added read me
Browse files Browse the repository at this point in the history
  • Loading branch information
rajxd committed Feb 12, 2024
1 parent 02e151b commit a83e32a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions read.me
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# RRDB

A simple relational database implementation in Rust, created as a learning project.

## Table of Contents

- [About](#about)
- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)


## About

This project is an implementation of a basic relational database system in Rust. It was created as part of the learning process for both Rust programming language and database concepts. The goal is to build a simple yet functional database that supports basic operations such as creating tables, inserting data, and displaying tables.

## Features

- **Create Tables:** Define the structure of your database by creating tables with specified columns and data types.

- **Insert Data:** Populate your tables with data by inserting rows.

- **Show Tables:** View the contents of your tables.


## Getting Started

### Prerequisites

- Rust

### Installation

```bash
git clone https://github.com/rajxd/rrdb.git
cd rrdb
cargo run

0 comments on commit a83e32a

Please sign in to comment.