Expand description
Session management for persistent chDB databases.
This module provides the Session and SessionBuilder types for managing
persistent database connections with automatic cleanup.
Structsยง
- Session
- A session representing a persistent connection to a chDB database.
- Session
Builder - Builder for creating
Sessioninstances.