connection-string-parser 0.2.1

A command line application to parse connection strings
Documentation

connection-string-parser

A simple CLI application to parse connection strings.

Usage

$ connection-string-parser $DATABASE_URL --part scheme
postgresql

Acknowledgements

This library is just a CLI wrapper around the excellent Url crate.