aboutsummaryrefslogtreecommitdiff
path: root/python/python3-peewee/README
diff options
context:
space:
mode:
authorTonus <tonus1@free.fr>2025-08-11 10:30:33 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-08-11 10:48:24 +0700
commit55cc7cca4f41116edf69d4f7333d5316a79d2e66 (patch)
treea1a457b53a12212f20bf6a19f67f7fa3c56dae8e /python/python3-peewee/README
parent4b58157facad8480926ca9c4a8bb5b4c55d5eb5e (diff)
python/python3-peewee: Added (small, expressive orm).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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