connection-string-parser
A simple CLI application to parse connection strings.
Usage
Acknowledgements
This library is just a CLI wrapper around the excellent Url crate.
A simple CLI application to parse connection strings.
$ connection-string-parser $DATABASE_URL --part scheme
postgresql
This library is just a CLI wrapper around the excellent Url crate.