Skip to content

Commit

Permalink
Merge pull request #64 from ruchit288/feature/postgres
Browse files Browse the repository at this point in the history
Update content and details in readme and composer file.
  • Loading branch information
ruchit288 committed Aug 2, 2024
2 parents 27f2d79 + e90a8e8 commit 5380c75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

<p align="center"><img src="art/db-constraint-select-table.png" width="100%" alt="Logo Laravel DB Auditor"></p>

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5380c75

Please sign in to comment.