diff --git a/README.md b/README.md index 47d5204d..9b65330e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Here is an example query in Pony: select(p for p in Product if p.name.startswith('A') and p.cost <= 1000) ``` -Pony translates queries to SQL using a specific database dialect. Currently Pony works with SQLite, MySQL, PostgreSQL and Oracle databases. +Pony translates queries to SQL using a specific database dialect. Currently Pony works with SQLite, MySQL, MariaDB, PostgreSQL and Oracle databases. By providing a Pythonic API, Pony facilitates fast app development. Pony is an easy-to-learn and easy-to-use library. It makes your work more productive and helps to save resources. Pony achieves this ease of use through the following: