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 _nativefield with a sealed hierarchy so consumers can dispatch via exhaustive pattern matching instead of repeatedascasts. - SyncBackend
- Synchronous backend backed by a NativeOdbcConnection.