Crates.io | connection-string-parser |
lib.rs | connection-string-parser |
version | 0.3.3 |
source | src |
created_at | 2022-12-29 04:30:02.922455 |
updated_at | 2022-12-31 05:35:53.155358 |
description | A command line application to parse connection strings |
homepage | |
repository | https://github.com/IgnisDa/rust-libs |
max_upload_size | |
id | 747141 |
size | 20,438 |
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.