Skip to content

soumasish/sqliteclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite Clone in Rust

A minimal SQLite clone implemented in Rust.

Overview

This project is a simple clone of SQLite, written in Rust for learning and experimentation purposes.

Features

  • Basic SQL command parsing
  • In-memory data storage
  • Command-line interface

Getting Started

Prerequisites

Rust and Cargo installed on your system

Installation

Clone the repository: git clone https://github.com/soumasish/sqliteclone.git cd sqliteclone

Build the project: cargo build --release

Usage

Run the application: cargo run

License

This project is licensed under the MIT License.

About

A SQLite Clone written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages