Libraries tagged by sql structure
mateffy/laraperf
1656 Downloads
Performance analysis toolkit for AI coding agents — SQL query profiling, N+1 detection, EXPLAIN ANALYZE, via Artisan commands outputting structured JSON.
nkiraly/dbsteward
4174 Downloads
SQL database definition differencing tool. Structure and data is defined in a DTD-enforced, human-readable XML format. Outputs transactional SQL statement files to apply your changes.
dbsteward/dbsteward
2123 Downloads
SQL database definition differencing tool. Structure and data is defined in a DTD-enforced, human-readable XML format. Outputs transactional SQL statement files to apply your changes.
psx/nested
13934 Downloads
Build complex nested data structures from relational databases
gared/database-structure-diff
3288 Downloads
Show database structure diffs between databases and sql structure dump
yizhihouzi/a-sql-builder
12485 Downloads
Another PHP Sql Builder With Clear Structure.
zyimm/sync-data-struct
102 Downloads
比较两个数据库之间的数据结构差异,并生成更新DDL|Compare the data structure differences between the two databases and generate update DDL
nineinchnick/closure-table-manager
75 Downloads
PHP library that helps maintain adjacency list SQL structures.
aymdev/fregata
190 Downloads
Database migration framework allowing data migration between different DBMS or database structures.
developerawam/generate-migration
25 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
mustafaculban/search-filter-parser
0 Downloads
A simple PHP parser that converts structured filters into SQL strings.
suchomsky/sql-tree
7 Downloads
Manages a nested sets sql table structure
artnum/structured-json-query
4 Downloads
Convert a specific JSON structure to a SQL query or LDAP filter
suramon/sf-propel-sql-diff-plugin
3696 Downloads
Generate diff.sql file, which contains difference between schema.yml and current database structure
michel/php-sql-mapper
14 Downloads
A powerful PHP library that not only builds complex SQL queries but also maps the results into structured object graphs. It simplifies handling relational data by automatically transforming flat result sets from joins into nested arrays, making it ideal for working with one-to-one and one-to-many relationships.