Skip to content
/ rrdb Public

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

Notifications You must be signed in to change notification settings

rajxd/rrdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRDB

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

Table of Contents

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

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages