A CLI which implements a simple SQL Database using GlueSQL
A simple SQL database CLI built using baildon and GlueSQL.
```sh baildon-glue --help Simple SQL Database
Usage: baildon-glue [OPTIONS]
Arguments:
Options: -c, --create Create a new database (will overwrite existing file) -h, --help Print help -V, --version Print version ```
sh
cargo install --bin baildon-glue
Apache 2.0 licensed. See LICENSE for details.