Skip to content

Geal/sqgit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqgit

A project I created to learn Rust.

The idea of Simple Query Git is to provide SQL-like query language front-end to git.

Currently it is very limited.

Examples of valid queries:

SELECT hash FROM HEAD
SELECT hash FROM bug-432
SELECT hash FROM HEAD LIMIT 5
SELECT hash FROM HEAD LIMIT 5 OFFSET 15

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%