Found 199 packages
Provides a collection of classes for OLEDB. Commonly Used Types: System.Data.OleDb.OleDbCommand System.Data.OleDb.OleDbCommandBuilder System.Data.OleDb.OleDbConnection System.Data.OleDb.OleDbDataAdapter System.Data.OleDb.OleDbDataReader System.Data.OleDb.OleDbParameter System.Data.OleDb.OleDbParameterCollection System.Data.OleDb.OleDbTransaction
Provides the base abstract classes, including System.Data.DbConnection and System.Data.DbCommand, for all data providers. Commonly Used Types: System.DBNull System.Data.Common.DbConnection System.Data.Common.DbException System.Data.Common.DbParameter System.Data.DbType System.Data.Common.DbDataReader System.Data.Common.DbCommand System.Data.Common.DbTransaction System.Data.Common.DbParameterCollection System.Data.Common.DbProviderFactory When using NuGet 3.x this package requires at least version 3.4.
DotNetCore.MongoDB
Fluent API wrapper for ADO.NET DbCommand with automatic object mapping, caching, and SQL query builder support
This .NET library simplifies data mocking for UnitTests, to avoid a connection to a relational database. DbMocker use the standard Microsoft .NET DbConnection object. So, you can mock any toolkit, including EntityFramework, Dapper or ADO.NET; And for all database servers (SQL Server, Oracle, SQLite). ``` var conn = new MockDbConnection(); conn.Mocks .When(cmd => cmd.CommandText.Contains("SELECT COUNT(*) FROM EMP")) .ReturnsScalar(14); ```
The Flyway command-line tool is a standalone Flyway distribution. It is primarily meant for users who wish to migrate their database from the command-line without having to integrate Flyway into their applications nor having to install a build tool.
Fluent Wrapper for DbCommand with SQL Server support using Microsoft.Data.SqlClient
DBCommandHelper is an Extension method based Class that let you to create sql parameter and easily apply in a DB Connection with any connector.
Fluent Wrapper for DbCommand
LINQ to DB CLI is a dotnet tool for Linq To DB database model scaffolding.
The Flyway command-line tool is a standalone Flyway distribution. It is primarily meant for users who wish to migrate their database from the command-line without having to integrate Flyway into their applications nor having to install a build tool.
Fluent Wrapper for DbCommand
Fluent Wrapper for DbCommand
Fluent Wrapper for DbCommand with JSON export support for query results
Generate SQL text query from DbCommand. Can be used for unit test and integration test purposes.
Amazon DynamoDB provider for Paramore.Brighter Command Processor. Enables storing and retrieving commands, events, and outbox patterns using DynamoDB as the persistence layer.
Database Deploy is a mechanism for scripting updates to your database. DbDeploy will evaluate a given database for the script version currently installed and then create an update script that will update the database to the latest version, based on your script files. DbDeploy can be run as a build task, from the command line, or from many other automated deployment technologies. DbDeploy will also create update scripts that are SqlAzure friendly. DbDeployNet2 is a codeplex open source project. You can get the source at http://dbdeploynet2.codeplex.com
A simple wrapper on DbConnection and DbCommand that logs SQL statements into an ILogger instance.
This is forked from DbExecutor. Simple and Lightweight Database Executor for .NET 4.5 and dotnet core and all ADO.NET DbProviders. Features: set command parameter by AnonymousType, auto type mapping, dynamic IDataRecord accessor,transaction, basic Select/Insert/Delete/Update query build.
CQRS framework based on MediatR