1 Repo
Mechanisms for integrating third-party database drivers and provider implementations into a data access layer.
Distinct from Custom Provider Implementations: Candidates were either too specific (OAuth, AI) or general architectural primitives; this is specifically about database driver integration.
Explore 1 awesome GitHub repository matching data & databases · Database Provider Integrations. Refine with filters or upvote what's useful.
FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for multiple relational database providers. It functions as a fluent SQL query builder and database schema synchronizer, allowing developers to align database table and index structures with entity class definitions. The framework is specifically optimized for .NET Native AOT to ensure reduced memory footprints and faster startup times. It includes a database traffic manager to distribute load through read-write splitting, dynamic table sharding, and tenant-based data isolation. Bro
Interfaces with various third-party database drivers and custom provider implementations for cross-platform compatibility.