Libraries tagged by database schemas
zetacomponents/persistent-object-database-schema-tiein
6186 Downloads
This component allows the automatic generation of PersistentObject definition files from DatabaseSchema definitions.
zetacomponents/database-schema
7842 Downloads
A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
thecodingmachine/tdbm-fluid-schema-builder
95412 Downloads
Build and modify your database schema used by TDBM using a fluid syntax.
stolz/laravel-schema-spy
21721 Downloads
Laravel artisan command that uses JAVA schemaSpy tool to generate a graphical representation of a database schema
pongee/database-schema-visualization
4663 Downloads
Database schema visualization
czproject/sql-schema
2315 Downloads
Library for describe of the database schema.
raahul/schema-extractor
54893 Downloads
Extract schema information of a database into a program-friendly data structure
skiptirengu/yii2-mssql-schema
11839 Downloads
Optimized Schema for Yii2 applications using mssql databases
thewunder/corma-dbal
3837 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
dlevsha/compalex
44 Downloads
Compalex is a lightweight script to compare two database schemas. It supports MySQL, MS SQL Server and PostgreSQL
phlib/schemadiff
7261 Downloads
Schema Diff: Show difference between MySQL databases
concrete5/doctrine-xml
222588 Downloads
Define database structure via XML using Doctrine data types
thecodingmachine/tdbm-graphql
76579 Downloads
A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite).
bullhorn/fast-rest
7862 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
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