Libraries tagged by database schema
thecodingmachine/tdbm-fluid-schema-builder
95292 Downloads
Build and modify your database schema used by TDBM using a fluid syntax.
pongee/database-schema-visualization
4631 Downloads
Database schema visualization
raahul/schema-extractor
54811 Downloads
Extract schema information of a database into a program-friendly data structure
skiptirengu/yii2-mssql-schema
11811 Downloads
Optimized Schema for Yii2 applications using mssql databases
phlib/schemadiff
7217 Downloads
Schema Diff: Show difference between MySQL databases
thewunder/corma-dbal
3113 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
robinncode/db_craft
781 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
milesasylum/schnoop
107488 Downloads
Schnoop provides a convenient PHP interface for inspecting a database schema.
dlevsha/compalex
44 Downloads
Compalex is a lightweight script to compare two database schemas. It supports MySQL, MS SQL Server and PostgreSQL
agentejo/mongo-lite
2729 Downloads
Schemaless database on top of SqLite
concrete5/doctrine-xml
222561 Downloads
Define database structure via XML using Doctrine data types
thecodingmachine/tdbm-graphql
76508 Downloads
A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite).
stolz/laravel-schema-spy
21716 Downloads
Laravel artisan command that uses JAVA schemaSpy tool to generate a graphical representation of a database schema
mojopollo/laravel-json-schema
542 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
jelix/database
2599 Downloads
Lightweight PHP abstraction layer to access and query SQL databases, with an API to inspect and modify databases schema.