2 dépôts
Associations between application-level methods and database-defined functions for server-side logic invocation.
Distinct from SQL Function Namespaces: Distinct from SQL Function Namespaces: focuses on the mapping of code methods to SQL functions rather than namespace organization.
Explore 2 awesome GitHub repositories matching development tools & productivity · Method Mapping. Refine with filters or upvote what's useful.
Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a
Associates application-level methods with database-defined functions so that queries can invoke custom server-side logic directly from code.
linq2db is a type-safe object-relational mapper that translates LINQ expressions into optimized SQL queries for multiple database providers. It functions as a database mapper that links classes to tables and includes a SQL query builder and a command-line schema tool for generating data classes from existing databases. The project provides high-performance bulk data processing for inserting and loading large volumes of records via batch or binary copy methods. It also supports advanced SQL operations, including window functions, common table expressions for recursive hierarchical querying, an
Binds C# static methods to native database functions to enable complex expressions in type-safe queries.