Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages