Expand description
The MySQL driver: Pool implements
Executor, Begin, BeginWith and StreamExecutor.
Pool::connect pins time_zone = '+00:00' on every connection it
establishes — the docs/type-mappings.md requirement that makes
TIMESTAMP an instant rather than a session-relative reading. No
user-visible surface depends on remembering to do this.
Structs§
- Pool
- A MySQL connection pool, with the session zone pinned to UTC on every connection.