22 skills found
borisdj / EFCore.BulkExtensionsEntity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
zzzprojects / EntityFramework ExtensionsEntity Framework Bulk Operations | Improve Entity Framework performance with Bulk SaveChanges, Insert, update, delete and merge for SQL Server, SQL Azure, SQL Compact, MySQL and SQLite.
olegil / SqlBulkToolsHigh-performance C# Bulk operations for SQL Server (starting from 2008) and Azure SQL Database. Supports Bulk Insert, Update, Delete & Merge. Uses SQLBulkCopy under the hood. Please leave a Github star if you find this project useful.
phongnguyend / EntityFrameworkCore.SqlServer.SimpleBulksFast and simple bulk insert (retain client populated Ids or return db generated Ids), bulk update, bulk delete, bulk merge and bulk match for SQL Server.
zzzprojects / Bulk OperationsC# SQL Bulk Operations | High-performance C# bulk insert, update, delete and merge for SQL Server, SQL Azure, SQL Compact, MySQL, and SQLite.
ErikEJ / SqlCeBulkCopy.NET Library for loading data fast (doing bulk inserts) into a SQL Server Compact database file. Attempts to mimic the SqlClient SqlBulkCopy API.
cajuncoding / SqlBulkHelpersLightweight library for working with high performance bulk updates & materialized data in SQL Server with support for Identity columns, Annotations, Materialization from disparate systems, etc.
alecgn / Mssql HelpersMsSqlHelpers is a library to improve MS SQL Server common development tasks, like generating parametrized bulk inserts to be used with ADO.NET, Entity Framework and Dapper, and more.
HicServices / FAnsiSqlC# library for abstracting the DBMS layer away in ETL applications. Supports table discovery, table creation, bulk insert and type translation for Sql Server, Oracle, PostgresSql and MySql. FAnsiSql is not an ORM its an ETL enabler.
bytefish / JSqlServerBulkInsertA library for bulk inserts to SQL Server Databases using Java
borakasmer / ElasticSearchGeolocationIn this .Net Core 2.2 Console Application, we created a new ElastichSearch Index, for finding in 250 km distance Customers locations to our location with using ElasticSearch. And later we bulk inserted all document to ElastichSearch from Sql. And also the result didn't return to real distance. For this we used Haversine Formule. And finally we printed all filtered documents on to the screen.
imtkain / Fabric ReduxFramework for Power BI write-back using Fabric Translytical Task Flows. Includes SQL stored procedures, Python UDFs, DAX patterns, and governance templates for singleton and bulk INSERT/UPDATE/DELETE operations with CDC tracking.
zigorou / P5 Sql Abstract Plugin Insertmultibulk insert and update support for SQL::Abstract
FrendsPlatform / Frends.SqlWarning: Legacy tasks, see readme. FRENDS SQL Tasks which support querying data from an SQL Database, Executing TSQL Commands, Executing SQL Stored Procedures, Executing SQL Jobs and Inserting and Updating data with either transactions or bulk operations.
loresoft / Serilog Sinks SqlserverA high-performance Serilog sink that writes log events to Microsoft SQL Server using bulk insert operations.
astef / Benchmark Sqlite3 Bulk InsertBenchmark of sqlite3 bulk inserts with different pragmas.
gbachs / SqlBulkInsert.HelperC# Library to allow for a streamlined way of using Objects to bulk insert large amounts of data into a MSSQL or PostgreSQL database.
cesarliws / Dotnet Sqlserver Bulk InsertHow to Bulk Insert in SQL Server with
trampoline / Activerecord Save Manyreasonable insert and update bulk sql for ActiveRecord
askintamanli / Fastest Methods To Bulk Insert Pandas Dataframe Into PostgreSQLThere are too ways to load data (pandas dataframe) to databases. We are going to compare ways to load pandas dataframe into database.