Libraries tagged by database diff
gbradley/dbdiff
706 Downloads
Diffs for your SQL database tables
zaeem2396/schema-lens
20 Downloads
Laravel package to preview migration files against current MySQL or PostgreSQL schema with destructive change detection and data export
schema-keeper/schema-keeper
6113 Downloads
Track PostgreSQL schema as one-file-per-object dumps. Detect drift in CI. Read-only — complements your migrations.
mnb/scraperkit
4 Downloads
MNB ScraperKit V1.0.3 - enterprise-ready PHP crawling and data extraction framework with AI crawl intelligence, search discovery, authorized mail/webmail extraction connectors, publisher metadata workflows, extraction recipes, provenance, quality reports, datasets, queues, dashboards, and compliance tooling.
kricha/doctrine-audit-bundle
4214 Downloads
This bundle creates audit logs for all doctrine ORM database related changes.
arpanihan/auditify
19 Downloads
A high-performance, decoupled audit logging and real-time threat detection package for Laravel. Features action log diffs, session activity tracking, custom authorization callbacks, and queued alerts.
unimapper/unimapper
454 Downloads
Universal mapping tool for collecting data from different sources
bauer01/unimapper
2572 Downloads
Universal mapping tool for collecting data from different sources
theiconic/fixtures
23971 Downloads
Load fixtures into database from different formats: Yaml, XML, etc.
halimzidoune/query-macro-helper
4 Downloads
A Laravel package that extends the Query Builder, allowing you to create custom macros to work with different database drivers easily. Instead of using raw DB::raw() statements and checking the current driver each time, this package simplifies working with multiple databases. It makes your code cleaner, easier to read, and more organized, all while being fully compatible with all Laravel-supported database drivers.
delirehberi/importbundle
107 Downloads
A tool for transfer data between different databases
9raxdev/mysql-struct-sync
120 Downloads
可用于帮助开发人员比较两个数据库之间的差异(表,列,约束,事件,函数,存储过程,触发器,视图),并生成更新语句。Can be used to synchronize database structures, compare differences(table,column,constraints,events,functions,procedures,triggers,views) between databases and generating queries.
zyimm/sync-data-struct
102 Downloads
比较两个数据库之间的数据结构差异,并生成更新DDL|Compare the data structure differences between the two databases and generate update DDL
m-wardany/hash-ids
783 Downloads
This package is designed to hash sequential keys so that they appear as random characters, making them difficult to predict. There is no requirement to check if the key already exists in the database before saving, as each key is guaranteed to be unique
diontech/laravel-extended-scheduler
1793 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.