Skip to content

nam2ee/mydbms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure rust sqlite implementation

Example command:

cargo run sample.db .dbinfo

cargo run sample.db .tables

cargo run sample.db "SELECT COUNT(*) FROM apples"

cargo run sample.db "SELECT name FROM apples"

cargo run sample.db "SELECT name, color FROM apples"

cargo run sample.db "SELECT name, color FROM apples WHERE color = 'Yellow'"

About

just lean implementation of sqlite spec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages