connection-string-parser 0.3.3

A command line application to parse connection strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# connection-string-parser

A simple CLI application to parse connection strings.

## Usage

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

## Acknowledgements

This library is just a CLI wrapper around the excellent [Url](https://docs.rs/url/) crate.