Skip to content

Commit

Permalink
Merge pull request #42 from robertscherer/master
Browse files Browse the repository at this point in the history
Adding PostgresEngine to supported systems docs
  • Loading branch information
josegonzalez committed Jun 13, 2016
2 parents b329768 + e7fd240 commit d132dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/supported-systems.md
Expand Up @@ -6,7 +6,8 @@ Queuesadilla supports the following engine engines:
|---------------------|-------------|-----------------------------------------|
| `BeanstalkEngine` | **Stable** | BeanstalkD |
| `MemoryEngine` | **Stable** | In-memory |
| `MysqlEngine` | **Stable** | Backed by Mysql |
| `MysqlEngine` | **Stable** | Backed by PDO/MySQL |
| `PostgresEngine` | **Stable** | Backed by PDO/Postgres |
| `RedisEngine` | **Stable** | Redis-based |
| `SynchronousEngine` | **Stable** | Synchronous, in-memory |
| `NullEngine` | **Stable** | Always returns "true" for any operation |
Expand Down

0 comments on commit d132dc3

Please sign in to comment.