infrastructure/native/odbc_backend library

Classes

AsyncBackend
Asynchronous backend backed by an AsyncNativeOdbcConnection.
OdbcBackend
Typed wrapper around a native ODBC connection used by the repository layer. Replaces the historical dynamic _native field with a sealed hierarchy so consumers can dispatch via exhaustive pattern matching instead of repeated as casts.
SyncBackend
Synchronous backend backed by a NativeOdbcConnection.