Skip to content

Commit

Permalink
Adding postgres notice. Fixes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 26, 2014
1 parent 0b3da14 commit b173af8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class. This can be done via artisan commands or a controller action.


Please note that I've only tested this package on a **MySQL** database. It has been confirmed it does not work with [Postgres](https://github.com/nWidart/DbExporter/issues/17#issuecomment-56990481).

## Installation

Add `"nwidart/db-exporter"`* as a requirement to `composer.json`:
Expand Down

0 comments on commit b173af8

Please sign in to comment.