diff --git a/README.md b/README.md index f473c78..ecb2b22 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,28 @@ But this also works in a composer setup. ## How to use +### Connect to an existing PDO connection + ```php setConnection($em->getConnection()->getNativeConnection());// Wants a PDO connection object class +``` +### Connect with config + +```php +connect();// Will throw an exception if not successfull +``` + +### Manage models + +```php +