wok-current diff sqlobject/description.txt @ rev 25354

updated tiff, tiff-apps and tiff-dev (4.1.0 -> 4.4.0)
author Hans-G?nter Theisgen
date Tue Jul 26 16:22:26 2022 +0100 (2022-07-26)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sqlobject/description.txt	Tue Jul 26 16:22:26 2022 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +SQLObject is a popular Object Relational Manager for providing
     1.5 +an object interface to your database, with tables as classes,
     1.6 +rows as instances, and columns as attributes.
     1.7 +
     1.8 +SQLObject includes a Python-object-based query language that
     1.9 +makes SQL more abstract, and provides substantial database
    1.10 +independence for applications.
    1.11 +
    1.12 +Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL
    1.13 +and MaxDB (SAPDB).