PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Moisés Lima   PHP PostgreSQL Show Table Relationships   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PostgreSQL Show Table Relationships
Find relationships between PostgreSQL tables
Author: By
Last change:
Date: 8 months ago
Size: 739 bytes
 

Contents

Class file image Download
{ "name": "the.moiza/postgresql-relationship-finder", "description": "Explore, analyze, and visualize relationships between database tables in PostgreSql", "license": "MIT", "autoload": { "psr-4": { "TheMoiza\\PostgresqlRelationshipFinder\\": "src/" } }, "authors": [ { "name": "Moisés de Lima", "email": "the.moiza@gmail.com" } ], "scripts": { "test": [ "@php vendor/bin/phpunit tests" ] }, "require": { "php": ">=7.2", "ext-mbstring": "*", "ext-fileinfo": "*", "ext-zip": "*", "ext-pdo": "*" }, "require-dev": { "phpunit/phpunit": "^9" } }