Libraries tagged by database queries
9raxdev/mysql-struct-sync
125 Downloads
可用于帮助开发人员比较两个数据库之间的差异(表,列,约束,事件,函数,存储过程,触发器,视图),并生成更新语句。Can be used to synchronize database structures, compare differences(table,column,constraints,events,functions,procedures,triggers,views) between databases and generating queries.
ironbound/db
823 Downloads
Provides models and custom query objects for custom database tables in WordPress.
alirzaj/laravel-elasticsearch-builder
8002 Downloads
a query builder for elasticsearch database
magebitcom/magento2-mcp-db-tools
149 Downloads
Read-only SQL MCP tool for Magebit_Mcp — exposes a guarded, SELECT-only query tool over the Magento database. Disabled by default; enable only for trusted operators.
somnambulist/read-models
3270 Downloads
A stripped down active-record'ish query layer for fetching data from your database.
polidog/tehilim
89 Downloads
Prisma-style schema-first database toolkit for PHP. No class mapping; generated query clients with PHPStan-friendly array shapes.
kinetis/orm
42 Downloads
A data mapper over kinetis/query-builder: attributed plain PHP entities compiled into portable metadata, typed repositories and entity queries, constructor-free hydration, explicit belongs-to, has-one, has-many and many-to-many relationships loaded eagerly through batched secondary queries, owned relationships that persist, reorder and remove a whole aggregate as one graph, owning join collections that write their join table as part of it, a unit of work with an identity map, snapshot change tracking and a dependency-ordered transactional flush, and factory-owned transaction sessions with locking entity reads. Usable standalone; kinetis/database-bridge wires it into Kinetis.
wplibs/database
1220 Downloads
WordPress database query builder, based on illuminate/database
ngoctp/laravel-query-logger
14631 Downloads
Log database queries for Laravel project
lucasdotvin/laravel-database-queries-counter
816 Downloads
This package provides a simple trait to check how many queries a test suite has performed.
kmlaravel/laravel-query-helper
8 Downloads
a Laravel package help you to execute more effective databases queries
hxd/query-logger
570 Downloads
This is a package that saves all database queries to a log file with some customizations
filaforge/filament-database-query
165 Downloads
Database query plugin: SQL query explorer
eta/laravel-query-watcher
89 Downloads
A Laravel package to monitor and log database queries with configurable thresholds
djl997/laravel-search-query-builder
561 Downloads
A `Illuminate\Database\Query\Builder` macro to easily search on multiple database columns.