wok diff sqlobject/description.txt @ rev 25388

updated meson (0.60.2 -> 0.62.2)
author Hans-G?nter Theisgen
date Sun Jul 31 16:52:43 2022 +0100 (2022-07-31)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sqlobject/description.txt	Sun Jul 31 16:52:43 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).