connection-string-parser

Crates.ioconnection-string-parser
lib.rsconnection-string-parser
version0.3.3
sourcesrc
created_at2022-12-29 04:30:02.922455
updated_at2022-12-31 05:35:53.155358
descriptionA command line application to parse connection strings
homepage
repositoryhttps://github.com/IgnisDa/rust-libs
max_upload_size
id747141
size20,438
Diptesh Choudhuri (IgnisDa)

documentation

README

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.

Commit count: 109

cargo fmt