Top 20 NuGet Database Packages

A simple .net core database connection provider. Using DbProviderFactory.
Build sql query using C# objects and Lamda expression
Simple Micro-ORM
Nuget para realiza la conexión a SQL y ejecutar procesos Crud, es multiplataforma se puede utilizar en proyectos Core y soporta Framework 4.8
Provides a simple CRUD functionality to your entity models. Example: var childUsers = new Users().SelectWhereOrderBy("Age <= 17"); How to implement: - Add EZCRUD reference to your model library. - Inherit Model_RecordBase for each model. - Set EZCRUD's connection string ("DBAccess.DBSettings.Conne...
iAnywhere Data SQLAnywhere for .NET Core 3.1
The library goes through the target schema of the database and wipes its contents. Helps when writing tests for database-related code.
A simple binary file storage database
A powerful Dynamic Sql Query Builder supporting Sql Server, MySql, PostgreSql, Oracle and Firebird
This tools help to bulk insert data from list to table on SQL Server
*** This project has moved to https://www.nuget.org/packages/SqlUtils.SqlDataComparison *** Pure SQL data comparison and reconciliation utility for SQL Server Example usage: * EXEC sp_CompareData 'MyTable', 'RemoteDb..TheirTable' * EXEC sp_ExportAll 'MyTable', 'RemoteDb..TheirTable' * EXEC sp_Exp...
Provide more abstraction for running sql server queries
Oracle DataAccess x86 12.1.0.2.0. This NuGet package contains Oracle.DataAccess.dll (x86) needed to compile a project that uses Oracle's ODP.NET Library. Oracle will still need to be installed on the production or development machine in order to connect to Oracle.
Oracle DataAccess x64 12.1.0.2.0. This NuGet package contains Oracle.DataAccess.dll (x64) needed to compile a project that uses Oracle's ODP.NET Library. Oracle will still need to be installed on the production or development machine in order to connect to Oracle.
The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.
Pure SQL data comparison and reconciliation utility for SQL Server Example usage: * EXEC sp_CompareData 'MyTable', 'RemoteDb..TheirTable' * EXEC sp_ExportAll 'MyTable', 'RemoteDb..TheirTable' * EXEC sp_ExportDeleted 'MyTable', 'RemoteDb..TheirTable' * EXEC sp_ImportChanged 'MyTable', 'RemoteDb..Th...