Skip to content

Commit 5380c75

Browse files
authored
Merge pull request #64 from ruchit288/feature/postgres
Update content and details in readme and composer file.
2 parents 27f2d79 + e90a8e8 commit 5380c75

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
## Introduction
77

8-
- This package provides to audit process of reviewing and evaluating a mysql and sqlite database system.
9-
- DB Auditor scan your mysql/sqlite database and give insights of standards, constraints and provide option to add the constraints through CLI.
8+
- This package provides to audit process of reviewing and evaluating a mysql, sqlite and postgresql database system.
9+
- DB Auditor scan your mysql/sqlite/postgresql database and give insights of standards, constraints and provide option to add the constraints through CLI.
1010
- The result of audit process shows list of tables & columns which doesn't have proper standards.
1111

1212
## Installation & Usage
@@ -42,8 +42,10 @@ If you want to check standalone feature then you can execute below artisan comma
4242
>
4343
> Below example give insights about the how to see constraints in table and how to add.
4444
>
45-
> 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.
46-
>
45+
> Note :-
46+
> - SQLite does not allow to define PRIMARY KEY or FOREIGN KEY into a existing table.
47+
> - Add constraint option is not support for PostgreSQL. Will release soon.
48+
4749

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

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "vcian/laravel-db-auditor",
3-
"description": "Database DB Auditor provide leverage to audit your MySql,sqlite database standards and also provide options to add constraints in table.",
3+
"description": "Database DB Auditor provide leverage to audit your MySql,sqlite, PostgreSQL database standards and also provide options to add constraints in table.",
44
"keywords": [
55
"Laravel",
66
"SQLite",
77
"MySql",
8+
"PostgreSQL",
9+
"PgSql",
810
"DB Audit",
911
"Database",
1012
"DB Standards",

0 commit comments

Comments
 (0)