Expand description
SQL Server backend implementation for rivven-rdbc
Provides Microsoft SQL Server-specific implementations:
- Connection and prepared statements
- Transaction support with savepoints
- Streaming row iteration
- Connection pooling
- Schema provider for introspection
Structsยง
- SqlServer
Connection - SQL Server connection
- SqlServer
Connection Factory - SQL Server connection factory
- SqlServer
Prepared Statement - SQL Server prepared statement backed by a shared connection.
- SqlServer
Transaction - SQL Server transaction