aboutsummaryrefslogtreecommitdiff
path: root/python/python3-peewee/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-peewee/README')
-rw-r--r--python/python3-peewee/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-peewee/README b/python/python3-peewee/README
new file mode 100644
index 0000000000..76e197c733
--- /dev/null
+++ b/python/python3-peewee/README
@@ -0,0 +1,6 @@
+Peewee is a simple and small ORM. It has few (but expressive) concepts,
+making it easy to learn and intuitive to use.
+- a small, expressive ORM
+- python 2.7+ and 3.4+
+- supports sqlite, mysql, mariadb, postgresql
+- tons of extensions