Crate connection_string_generator

Source
Expand description

A VERY simple crate to generate database connection strings programmatically.

§Currently supported databases

  • PostgreSQL
  • Microsoft SQL Server

Re-exports§

pub use postgres::PostgresConnectionString;
pub use sqlserver::SqlServerConnectionString;

Modules§

postgres
Connection string generator for PostgreSQL
sqlserver
Connection string generator for Microsoft SQL Server

Structs§

HostPort
host & port bundled as struct
UsernamePassword
Username & password bundled as struct