2 Repos
Uses lambda expressions to programmatically define filtering, sorting, and pagination for database records.
Distinct from Query Expression Builders: Specializes query expression builders by using native language lambda syntax for database operations.
Explore 2 awesome GitHub repositories matching data & databases · Lambda Querying. 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
Provides the ability to retrieve records using lambda expressions for filtering, sorting, and pagination.
Pony is a Python object-relational mapper that maps classes to relational database tables using an object-oriented interface. It serves as a relational database toolkit providing the means to manage database transactions, identity mapping, and the lazy loading of related records. The project is distinguished by a SQL query translator that converts Python generator expressions into optimized SQL queries by analyzing the abstract syntax tree. It also includes a visual database schema designer for creating entity-relationship diagrams to automatically generate and synchronize relational database
Analyzes generator expressions and lambda functions to produce optimized SQL queries for specific database dialects.