-
Updated
Jul 1, 2022 - C#
#
bulk
Here are 281 public repositories matching this topic...
Entity Framework Core Bulk Batch Extensions in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, SQLite
sql
sqlite
postgresql
sqlbulkcopy
batch
efcore
entityframework
entity-framework-core
bulk
sqlserver
entityframeworkcore
Bulk update using one query over Django ORM
-
Updated
Mar 11, 2022 - 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
Bypass reCAPTCHAs | A Selenium Python bot to automatically and bulky upload/mint and list your NFTs on OpenSea. All metadata compatible, Ethereum and Polygon blockchains supported, reCAPTCHA solvers and bypass included.
-
Updated
Jul 1, 2022 - 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
OpenSea NFT Bidding Bot
art
bot
crypto
collection
offer
bulk
bidding
mint
listings
metamask
nft
sniper-bot
openseajs
buying-bot
opnensea
nftbot
openseaapis
offermakingbot
openseaautomation
openseasnipingbot
-
Updated
Mar 28, 2022 - JavaScript
Python interface to the Salesforce.com Bulk API
-
Updated
Jun 21, 2022 - Python
MongoDB driver for Elixir
-
Updated
Jul 1, 2022 - Elixir
Manage downloadItems from Electron's BrowserWindows without user interaction, allowing single file download and bulk downloading
-
Updated
Nov 19, 2021 - 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
Jul 2, 2022 - C#
Speed up your WordPress website. Optimize your JPEG and PNG images automatically with TinyPNG.
-
Updated
Jan 26, 2022 - PHP
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
Feb 20, 2022 - Python
Telegram bot to bulk download list of direct download link and upload to telegram
-
Updated
Mar 14, 2022 - Python
Cian911
commented
Mar 20, 2022
Add CLI flag to enable users to delete a branch after a PR has been merged successfully.
A minimal looking cross-platform desktop application made with Electron that handles quick file aggregation and bulk renaming.
electron
linux
cross-platform
desktop-application
electron-app
minimalist
file-management
bulk
element-ui
renaming-files
-
Updated
May 28, 2021 - JavaScript
Add data in bulk to elasticsearch. It supports data streaming from PostgreSQL or Filesystem
-
Updated
Apr 28, 2022 - 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
Jul 27, 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
This script is useful when you want to change multiple part of multiple files in multiple git repositories in bulk. Script is creating a new branch from the given base branch and committing changes into it. Maybe push to remote also can be added with small change.
-
Updated
Oct 18, 2021 - Python
mesmacosta
commented
May 6, 2020
What would you like to be added:
Split the documentation into separate README files for each command group.
Why is this needed:
Currently the README.md documentation is too large, it would be easier to have a separate file for each command group.
One for tags, one for tag-templates, one f
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
good first issue
Good for newcomers
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."


QueryProccase is more tricky. It callsExecuteReader[Async]and main issue here is that output parameters (at least for SQL Server, cannot tell about other providers right now, but probably the same) available only after all data consumed from reader. E.g. this is the reason why we generateToListcalls in scaffolded context for procedures with output parameters.I don't see currently ho