# Packages
No description provided by the author
Example: client session keep alive By default, the token expires in 4 hours if the connection is idle.
Example: No connection pool
Setting the pool size to 1, a single session is used at all times.
Example: Authenticate with OAuth.
Example: Fetch one row.
Example: Fetch many rows and allow cancel the query by Ctrl+C.
Example: Set the session parameter in DSN and verify it
.
Example: Verify SSL/TLS certificate with OCSP revocation check.