Skip to main content

Module session

Module session 

Source
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.
SessionBuilder
Builder for creating Session instances.