#
bulk
Here are 209 public repositories matching this topic...
Entity Framework Core Bulk Batch Extensions for Insert Update Delete and Read (CRUD) operations on SQL Server and SQLite
sql
sqlbulkcopy
batch
efcore
entityframework
entity-framework-core
bulk
entityframeworkcore
bulk-inserts
-
Updated
Feb 25, 2021 - C#
Bulk update using one query over Django ORM
-
Updated
Oct 22, 2019 - Python
A tool for quickly and easily bulk adding allow and ad/block lists to a Pi-hole 5 installation
blacklist
bulk
pihole
pihole-blocklists
pihole-ads-list
firebog
pihole-adblocker-list
pihole-whitelist
pihole5
pihole-allowlist
pihole-blacklist
-
Updated
Feb 17, 2021 - Python
基于springboot的web项目,通过elasticsearch提供的Java API 进行查询操作.
java
api
elasticsearch
demo
elasticstack
spring-boot
bulk
elasticsearch-client
elasticsearch-api
elasticsearch6
springboot-elasticsearch
elast
-
Updated
Dec 18, 2018 - Java
Python interface to the Salesforce.com Bulk API
-
Updated
Nov 12, 2020 - Python
Manage downloadItems from Electron's BrowserWindows without user interaction, allowing single file download and bulk downloading
-
Updated
Oct 9, 2019 - JavaScript
(Migrated from CodePlex) DbWebApi is a .Net library that implement an entirely generic Web API (RESTful) for HTTP clients to call database (Oracle & SQL Server) stored procedures or functions in a managed way out-of-the-box without any configuration or coding.
json
csv
sql-server
database
powershell
xml
excel
restful
xlsx
oracle
jsonp
bulk
asp-net
razor
webapi
ado-net
dataaccess
stored-procedure
odp-net
ddtek
-
Updated
Jun 22, 2020 - C#
Speed up your WordPress website. Optimize your JPEG and PNG images automatically with TinyPNG.
-
Updated
Feb 12, 2021 - PHP
MongoDB driver for Elixir
-
Updated
Feb 3, 2021 - Elixir
Add data in bulk to elasticsearch. It supports data streaming from PostgreSQL or Filesystem
-
Updated
Dec 31, 2020 - JavaScript
PinPy uses Python and Selenium and helps you to automate your Pinterest marketing strategy by bulk and smart pinning.
python
marketing
automation
social-network
selenium
pinterest
hashtags
bulk
pin
pinterest-board
pinterest-marketing-strategy
-
Updated
Jan 23, 2021 - Python
esfix - Simple fixture loading for Elasticsearch on Node.js
nodejs
javascript
bootstrap
cli
elasticsearch
unit-testing
promises
fixtures
promise
callback
bulk
command-line-tool
mock-data
fixture-loading
-
Updated
Jul 31, 2018 - JavaScript
Wordpress Watcher is a wrapper for WPScan that manages scans on multiple sites and reports by email and/or syslog. Schedule scans and get notified when vulnerabilities, outdated plugins and other risks are found.
wordpress
alerts
service
asynchronous
email
syslog
scan
batch
automate
report
bulk
auto
multiple
vulnerable
wpscan
sites
warnings
mass
-
Updated
Feb 24, 2021 - Python
Bulk ARF file converter
python
cli
converter
gui
automation
wiki
powershell
graphical-interface
tkinter
bulk
batch-script
arf-files
bulk-arf
arf-converter
webex
cisco-webex
arf
powershell-core
automations
powershell-desktop
-
Updated
Feb 13, 2021 - Python
A Dynamics CRM Add-In for speeding up tasks such as translating or toggling field security on or off
-
Updated
Feb 26, 2021 - JavaScript
Subscribe to django model instance changes. Register thread safe subscribers.
-
Updated
Mar 3, 2021 - Python
Extension method over the Entity Framework DbContext for bulk insertion of entities.
-
Updated
Jun 25, 2020 - C#
-
Updated
Dec 18, 2018 - JavaScript
Improve this page
Add a description, image, and links to the bulk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bulk topic, visit your repo's landing page and select "manage topics."
Hi guys,
I have a small question regarding the way Linq2Db treats ambient transactions (TransactionScope).
In the example (see below), if the first query runs before an instance of transaction scope is created, then the ambient transaction will be ignored. However, if the first query runs after the transaction scope is created, then the transaction will be respected.
This behavior looks m