Skip to content

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

License

Notifications You must be signed in to change notification settings

humanbeeng/sqldb-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages