summaryrefslogtreecommitdiffstats
path: root/src/cmd/sql.rs
Commit message (Collapse)AuthorAgeFilesLines
* rust 2018HEADmasterJesse Luehrs2018-12-231-2/+2
|
* cargo clippyJesse Luehrs2018-12-221-1/+1
|
* cargo fmtJesse Luehrs2018-12-221-5/+4
|
* simplifyJesse Luehrs2018-11-101-5/+1
|
* rename paths to util, and add more stuff to itJesse Luehrs2018-11-101-2/+2
|
* unify cli and cmdJesse Luehrs2018-11-101-2/+1
|
* more refactoringJesse Luehrs2018-11-101-27/+32
|
* refactor some stuff out of the cli moduleJesse Luehrs2018-11-101-3/+32
|
* add sql subcommand for raw queriesJesse Luehrs2018-11-101-0/+77
this was more painful than i think it should have been