Structs§
- Pool
- connection pool for a set of connections to database.
- Pool
Builder - builder type for connection pool
- Pool
Connection - a RAII type for connection. it manages the lifetime of connection and it’s
Statement
cache. a set of public is exposed to interact with them.