Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Or, if you only want to get one customer, then you would append the customer `id
Edit `index.php` and change the `$dsn` variable located at the top, here are some examples:

- SQLite: `$dsn = 'sqlite://./path/to/database.sqlite';`
- MySQL: `$dsn = 'mysql://[user[:pass]@]host[:port]/db/;`
- PostgreSQL: `$dsn = 'pgsql://[user[:pass]@]host[:port]/db/;`
- MySQL: `$dsn = 'mysql://[user[:pass]@]host[:port]/db/';`
- PostgreSQL: `$dsn = 'pgsql://[user[:pass]@]host[:port]/db/';`

If you want to restrict access to allow only specific IP addresses, add them to the `$clients` array:

Expand Down Expand Up @@ -205,4 +205,4 @@ ArrestDB is a complete rewrite of [Arrest-MySQL](https://github.com/gilbitron/Ar

##License (MIT)

Copyright (c) 2014 Alix Axel ([email protected]).
Copyright (c) 2014 Alix Axel ([email protected]).