Libraries tagged by database schemas
raahul/schema-extractor
52441 Downloads
Extract schema information of a database into a program-friendly data structure
envor/laravel-schema-macros
3531 Downloads
Some helpful (database level) macros for laravel's schema builder. Requires Laravel 11.
schema-keeper/schema-keeper
5860 Downloads
Database development kit for PostgreSQL
akrabat/akrabat_db_schema_manager
28499 Downloads
Akrabat's Zend Tool Provider for Zend Framework 1 Database Migrations
robinncode/db_craft
515 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
90162 Downloads
Schnoop provides a convenient PHP interface for inspecting a database schema.
dlevsha/compalex
43 Downloads
Compalex is a lightweight script to compare two database schemas. It supports MySQL, MS SQL Server and PostgreSQL
phlib/schemadiff
5523 Downloads
Schema Diff: Show difference between MySQL databases
atlas/info
48780 Downloads
Uses an Atlas.Pdo connection to discover schema information.
concrete5/doctrine-xml
221771 Downloads
Define database structure via XML using Doctrine data types
thecodingmachine/tdbm-graphql
74547 Downloads
A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite).
zetacomponents/persistent-object-database-schema-tiein
5553 Downloads
This component allows the automatic generation of PersistentObject definition files from DatabaseSchema definitions.
php-extended/php-db-schema-interface
9467 Downloads
A library which provides interfaces to database schema abstractions
mouf/database.dbconnection
32230 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
mojopollo/laravel-json-schema
541 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