Use FreeSql.Provider.Odbc for database access
masterFreeSql.Provider.Odbc provides ODBC access to various databases. It includes specialized implementations for SqlServer, PostgreSQL, Oracle, MySql, Dameng (达梦), Kingbase (人大金仓), and a generic implementation.
Warning: ODBC is considered a legacy technology with inconsistent standards across database vendors. It is recommended to use native providers (like FreeSql.Provider.SqlServer) instead of ODBC whenever possible.
Compared to native ADO.NET providers, the ODBC provider supports fewer basic types, though it retains most other features including CodeFirst automatic migrations.