File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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
5555an 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
5861SQLObject
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
You can’t perform that action at this time.
0 commit comments