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§
- Host
Port - host & port bundled as struct
- Username
Password - Username & password bundled as struct