From b173af819739d7f9ca9bb7dda3f201b425a5c0c0 Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Fri, 26 Sep 2014 19:23:01 +0200 Subject: [PATCH] Adding postgres notice. Fixes #17 --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index b848e4b..46e9252 100644 --- a/readme.md +++ b/readme.md @@ -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`: