upsert
There are 57 repositories under upsert topic.
itfsw/mybatis-generator-plugin
Mybatis Generator 代码生成插件拓展,增加:查询单条数据插件(SelectOneByExamplePlugin)、MySQL分页插件(LimitPlugin)、数据Model链式构建插件(ModelBuilderPlugin)、Example Criteria 增强插件(ExampleEnhancedPlugin)、Example 目标包修改插件(ExampleTargetPlugin)、批量插入插件(BatchInsertPlugin)、逻辑删除插件(LogicalDeletePlugin)、数据Model属性对应Column获取插件(ModelColumnPlugin)、存在即更新(UpsertPlugin)、Selective选择插入更新增强插件(SelectiveEnhancedPlugin)、Table增加前缀插件(TableSuffixPlugin)、自定义注释插件(CommentPlugin)、增量插件(IncrementsPlugin)、查询结果选择性返回插件(SelectSelectivePlugin)、乐观锁插件(OptimisticLockerPlugin)、LombokPlugin等拓展。
cuebook/cuelake
Use SQL to build ELT pipelines on a data lakehouse.
AmbitionEng/django-pgbulk
Native Postgres upsert, update, and copy operations.
rebus-org/Debaser
:smiling_imp: Lean mean SQL Server upsert machine
reposilite-playground/exposed-upsert
Upsert DSL extension for Exposed, Kotlin SQL framework
gajus/slonik-utilities
Utilities for manipulating data in PostgreSQL database using Slonik.
cdaringe/postgraphile-upsert
add postgres upsert mutations to postgraphile :elephant:
itosho/easy-query
CakePHP behavior plugin for easily generating some complicated queries like (bulk) insert/upsert etc.
gacarrillor/AppendFeaturesToLayer
QGIS Processing plugin to add an algorithm for upserting features from a source vector layer to an existing target vector layer.
pharako/mysql-dbal
MySQL extensions for Doctrine DBAL.
codeanpeace/ecto_conditionals
EctoConditionals implements a flexibly functional find_or_create and upsert behavior for Ecto models.
sunary/gorm-bulk-insert
implement BulkInsert using gorm
ThiagoBarradas/mongo-crud-dotnet
MongoCRUD base for dotnet applications. Never been so fast to implement with mongo.
jwcook23/mssql_dataframe
Update, Upsert, and Merge from Python dataframes to SQL Server and Azure SQL database.
damienfamed75/quirk
Quirk is a Dgraph client utility that allows for easy node inserts and upserts using any struct or map
dan1elt0m/sadel
SQLModel helper class for upserting records.
sugarcrmlabs/BulkImport
POST based bulk upsert API for Sugar
brianbroderick/multi_insert
Bulk Insert or Upsert for ActiveRecord 4 or 5
CodeSignal/meteor-protomongo
Extensions to Meteor's Mongo.Collection prototype
cdimascio/cloudant-upsert
A no-dependency module that adds 'upsert' to Node.js Cloudant
sebbe33/EntityFrameworkCore.Manipulation.Extensions
Advanced data manipulation extensions for transactional upsert, sync, merge, and bulk insert in Entity Framework Core
updcon/honeysql-h2
The H2 dialect extension for HoneySQL library
gismofx/DapperUpsert
Extension Methods for Easy Async UPSERT using Dapper and Dapper.Contrib
Ianphorsman/PandasSqlWrapper
Provides upsert and schema updating capabilities and wraps basic functionality expected when communicating between dataframes and sql tables.
lukaszgrolik/merge-items
Upserts documents (objects) into collections (arrays) by primary key
cuongdinhngo/lara-query-kit
Boost your Laravel models by Query Kit
sagiegurari/oracledb-upsert
UPSERT (insert/update) extension to oracledb
SairamNaragoni/cockroach-db-upsert-jpa
This project demonstates how to add custom JPA methods for upsert and upsertAll operations for all JPA repositories
tlvince/pouchdb-upsert-if-changed
Upsert if changed plugin for PouchDB
cclient/elasticsearch-spark-upsert-from-kafka
elasticsearch-hadoop官方不支持upsert doc,修改源码实现,spark kafka streaming 示例 upsert { "upsert": {}, "doc": {...} }
corefunc/upsert-map
Addition of a method that will add a value to a map if the map does not already have something at key, and will also update an existing value at key.
insomniacslk/dyndns-aws
Update Route53 record with the external IP of the host
viktorruskai/advanced-upsert-for-laravel
This package contains advanced upsert method for Laravel Eloquent models.
yagasoft/DynamicsCrm-DataMigration
A tool that allows migration of data between CRM organisations.
a179346/knex-increment-upsert
knex insert on duplicate key update & increment
covrom/sqlx-upsert-postgres
Upsert struct into postgres using sqlx prepared statement