humanbeeng / sqldb-rs

In-memory SQL database written in Rust with limited functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqldb-rs

build

Memory backed SQL database.

Rust implementation of blog in order to learn Rust, lexers and parsers. Not meant for actual use.

Supports.

  • SELECT
  • INSERT
  • CREATE

Todo:
  • Lexer
  • Parser
    • Select
    • Insert
    • Create
  • In memory backend
  • REPL

About

In-memory SQL database written in Rust with limited functionality.

License:MIT License


Languages

Language:Rust 100.0%