Enum db_sqlx_postgres::ConnectionOptions [−][src]
Expand description
Connect to databse
Variants
Fresh(Fresh)fresh connection
Tuple Fields of Fresh
0: FreshExisting(Conn)existing connection
Tuple Fields of Existing
0: Conn