-
Updated
Apr 6, 2022 - C#
#
bulk
Here are 263 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
基于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
Jan 9, 2022 - Python
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
A Selenium Python bot to automatically and bulky upload and sell your NFTs on OpenSea (all metadata integrated - Ethereum and Polygon supported); reCAPTCHA solver included.
python
bot
automation
recaptcha
coinbase
captcha
upload
selenium
python3
uploader
bulk
metamask
nft
opensea
nfts
yolov5
-
Updated
Apr 10, 2022 - Python
MongoDB driver for Elixir
-
Updated
Apr 10, 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
Jun 22, 2020 - 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
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
May 6, 2021 - 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
Telegram bot to bulk download list of urls and upload to telegram
-
Updated
Mar 14, 2022 - 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."
I am trying to implement retry logic for Aws Aurora Mysql.
In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.
public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c