FluentData is a Micro ORM that makes it simple to select, insert, update and delete data in a database. It gives the developer the power of ADO.NET but with the convenience of an ORM. It has a simple to use fluent API that uses SQL - the best and most suitable language to query data, and SQL or fluent builders to insert, update and delete data.
A powerful Dynamic Sql Query Builder supporting SQL Server, MySql, PostgreSql, Sqlite, and Oracle
SqExpress is for those who like SQL but hate raw strings. It lets you build SQL directly in C# with strong typing and IntelliSense, while keeping the code close to real SQL and avoiding LINQ translation. Key features: - Strongly typed SQL AST with export to MS T-SQL, PostgreSQL, and MySQL - Complex query building with joins, subqueries, CTEs, set operators, analytic/window functions, and MERGE-style workflows - Syntax tree traversal and modification for dynamic query scenarios - T-SQL parser (`SqTSqlParser`) for importing supported SQL into SqExpress AST - Fail-closed validation and security-predicate rewriting workflows for AI-generated T-SQL within the supported parser surface - T-SQL to SqExpress transpilation, analyzer support, and code fixes - Table descriptors, create/drop script generation, and DTO/SqModel generation - Database-first scaffolding for table descriptors and models - Live database metadata retrieval and table-list comparison with flags-based diff/inclusion helpers - Foreign-key graph navigation and join-path discovery with `TablesGraph` - Lightweight ADO.NET-based data access for MS SQL Client, Npgsql, and MySQL connectors SqExpress works well for both code-first and database-first workflows. Here's an article that explains the library principles: ["Syntax Tree and Alternative to LINQ in Interaction with SQL Databases"](https://itnext.io/syntax-tree-and-alternative-to-linq-in-interaction-with-sql-databases-656b78fe00dc?source=friends_link&sk=f5f0587c08166d8824b96b48fe2cf33c)
Simple database wrapper for Microsoft SQL Server, MySQL, PostgreSQL, and Sqlite. written in C# supporting dynamic query building and nesting using expressions. Refer to other DatabaseWrapper packages if you only need support for one database type.
(Unofficial) Signed - A powerful Dynamic Sql Query Builder supporting Sql Server, MySql, PostgreSql, Oracle and Firebird
Do not install this package directly. Core classes and static methods supporting WatsonORM packages.
WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for Sqlite in C# for .NET Core, .NET Framework, and .NET Standard built on top of DatabaseWrapper. Refer to other WatsonORM packages if you need support for other database types.
WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for MySQL in C# for .NET Core, .NET Framework, and .NET Standard built on top of DatabaseWrapper. Refer to other WatsonORM packages if you need support for other database types.
WatsonORM is a lightweight and easy to use object-relational mapper (ORM) in C# for .NET Core, .NET Framework, and .NET Standard built on top of DatabaseWrapper. WatsonORM supports Microsoft SQL Server, MySQL, PostgreSQL, and Sqlite databases. Refer to other WatsonORM packages if you only need support for a single database type.
WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for SQL Server in C# for .NET Core, .NET Framework, and .NET Standard built on top of DatabaseWrapper. Refer to other WatsonORM packages if you need support for other database types.
WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for PostgreSQL in C# for .NET Core, .NET Framework, and .NET Standard built on top of DatabaseWrapper. Refer to other WatsonORM packages if you need support for other database types.
MySQL Metadata Provider for Active Query Builder
Write SQL, in C#. A SQL query builder that provides a SQL-like experience, designed for developers who value the clarity and control of direct SQL syntax.
Dotnet Report is a powerful .NET Embedded Analytics and Reporting Solution for ASP.NET Core and MVC applications. Easily add drag-and-drop report building, ad-hoc reporting, interactive dashboards, and data visualization to your web app — no extra servers or third-party dependencies required. Key Features: - Ad-hoc Report Builder: Let end-users create, filter, and export custom reports without developer involvement - Interactive Dashboards: Build real-time, drill-down dashboards with charts, graphs, and KPI widgets - SQL Query Builder: Visual query designer works with any SQL Server, PostgreSQL, or MySQL database - Seamless ASP.NET Integration: Drop-in NuGet package compatible with .NET 6, .NET 7, .NET 8, and .NET Core - Role-Based Access Control: Secure reports and dashboards per user or group - Export & Scheduling: Export to PDF, Excel, and CSV; schedule automated report delivery via email - Fully Customizable UI: White-label ready with theming support to match your application's design Ideal for SaaS platforms, enterprise applications, and any .NET developer who needs to embed self-service reporting and analytics for their users.
Dynamics sql query builder for known providers - Sql Server, Oracle, MySql. Use QueryHelper to see sql output. QueryHelper also has GetSelects() to generate Select query for all fields on a type/object.
SQLWrapper makes it easier to create code wrappers for SQL queries. It's a powerful tool that helps speed up development by reducing the need for manual coding. It works with databases various SQL database (MySQL, MariaDB, ...), checking the syntax and performance of SQL queries before you execute them. It's important to note that SQLWrapper isn't like other tools that map objects to database tables (ORMs). Instead, it directly generates code from your SQL queries and database structure, which performs better than tools like LINQ, EntityFramework, dapper, ... and doesn't have the same limitations. One feature is that it can look at your database's structure to check if your SQL queries are correct, and it can create an XML file listing all the data your queries need and return. Then, you can use XSLT templates to turn that XML into code in languages like C#, and more. Overall, DAIKOZ.SQLWrapper is a handy tool for making SQL code easier to work with, saving time, and helping you write better code.
Fluent T-SQL Query Builder for MySQL
These are the implemented engines for Suilder: MySQL, Oracle Database, PostgreSQL, SQLite and SQL Server.
A powerful Dynamic Sql Query Builder supporting Sql Server, MySql, PostgreSql, Oracle and Firebird
FluentData.Core is a Micro ORM that makes it simple to select, insert, update and delete data in a database. It gives the developer the power of ADO.NET but with the convenience of an ORM. It has a simple to use fluent API that uses SQL - the best and most suitable language to query data, and SQL or fluent builders to insert, update and delete data.
Dotnet Report is a powerful .NET Embedded Analytics and Reporting Solution for ASP.NET Core and MVC applications. Easily add drag-and-drop report building, ad-hoc reporting, interactive dashboards, and data visualization to your web app — no extra servers or third-party dependencies required. Key Features: - Ad-hoc Report Builder: Let end-users create, filter, and export custom reports without developer involvement - Interactive Dashboards: Build real-time, drill-down dashboards with charts, graphs, and KPI widgets - SQL Query Builder: Visual query designer works with any SQL Server, PostgreSQL, or MySQL database - Seamless ASP.NET Integration: Drop-in NuGet package compatible with .NET 6, .NET 7, .NET 8, and .NET Core - Role-Based Access Control: Secure reports and dashboards per user or group - Export & Scheduling: Export to PDF, Excel, and CSV; schedule automated report delivery via email - Fully Customizable UI: White-label ready with theming support to match your application's design Ideal for SaaS platforms, enterprise applications, and any .NET developer who needs to embed self-service reporting and analytics for their users.
A powerful Dynamic Sql Query Builder supporting Sql Server, MySql, PostgreSql, Oracle and Firebird
Provides Linq-like query builders and connection setup features
Strongly Typed Query Builder + Data Context with Dapper for MySQL
A powerful Dynamic Sql Query Builder supporting Sql Server, MySql, PostgreSql, Oracle and Firebird
A powerful Dynamic Sql Query Builder supporting Sql Server, MySql, PostgreSql, Oracle and Firebird
MySQL database access with LINQ query builder, table sync, migrations, and backups for CodeLogic 3 applications
A powerful Dynamic Sql Query Builder supporting Sql Server, MySql, PostgreSql, Oracle and Firebird, strongnamed and fixed
SQL translator for Vali-Flow.Core — converts ValiFlow<T> expression trees to parameterized SQL for Dapper and ADO.NET. Supports SQL Server, PostgreSQL, MySQL, and SQLite dialects.