Skip to content

Commit 2408d90

Browse files
author
Patrick Stegmann
committed
Provided some more information on PonyORM and SQLObjects
1 parent ff9daac commit 2408d90

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/scenarios/db.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,16 @@ PonyORM
5353

5454
`PonyORM <http://ponyorm.com/>`_ is an ORM that takes a different approach to querying the database. Instead of writing
5555
an SQL-like language or boolean expressions, Python's generator syntax is used. There's also an graphical schema editor
56-
that can generate PonyORM entities for you.
56+
that can generate PonyORM entities for you. It supports Python 2.6+ and Python 3.3+ and can connect to SQLite, MySQL,
57+
Postgres & Oracle
58+
59+
5760

5861
SQLObject
5962
---------
6063

61-
`SQLObject <http://www.sqlobject.org/>`_ is yet another ORM. It supports a wide variety of databases including more exotic
62-
systems like SAP DB, SyBase and MSSQL.
64+
`SQLObject <http://www.sqlobject.org/>`_ is yet another ORM. It supports a wide variety of databases: Common database systems
65+
MySQL, Postgres and SQLite and more exotic systems like SAP DB, SyBase and MSSQL. It only supports Python 2 from
66+
Python 2.6 upwards.
67+
68+
.. There's no official information on this on their page, this information was gathered by looking at their source code

0 commit comments

Comments
 (0)