From e90a8e8ae552c3749557e3bef5f8d4b8e1623d87 Mon Sep 17 00:00:00 2001 From: Ruchit Patel Date: Fri, 2 Aug 2024 16:11:06 +0530 Subject: [PATCH] Update content and details in readme and composer file. --- README.md | 10 ++++++---- composer.json | 4 +++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fddb4b9..923a608 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ## Introduction -- This package provides to audit process of reviewing and evaluating a mysql and sqlite database system. -- DB Auditor scan your mysql/sqlite database and give insights of standards, constraints and provide option to add the constraints through CLI. +- This package provides to audit process of reviewing and evaluating a mysql, sqlite and postgresql database system. +- DB Auditor scan your mysql/sqlite/postgresql database and give insights of standards, constraints and provide option to add the constraints through CLI. - The result of audit process shows list of tables & columns which doesn't have proper standards. ## Installation & Usage @@ -42,8 +42,10 @@ If you want to check standalone feature then you can execute below artisan comma > > Below example give insights about the how to see constraints in table and how to add. > -> Note :- SQLite does not allow to define PRIMARY KEY or FOREIGN KEY into a existing table. Therefore , you will not show any constraint edit option in this case. -> +> Note :- +> - SQLite does not allow to define PRIMARY KEY or FOREIGN KEY into a existing table. +> - Add constraint option is not support for PostgreSQL. Will release soon. +

Logo Laravel DB Auditor

diff --git a/composer.json b/composer.json index 35a3f7c..f0f6ee1 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,12 @@ { "name": "vcian/laravel-db-auditor", - "description": "Database DB Auditor provide leverage to audit your MySql,sqlite database standards and also provide options to add constraints in table.", + "description": "Database DB Auditor provide leverage to audit your MySql,sqlite, PostgreSQL database standards and also provide options to add constraints in table.", "keywords": [ "Laravel", "SQLite", "MySql", + "PostgreSQL", + "PgSql", "DB Audit", "Database", "DB Standards",