wok diff sqlobject/description.txt @ rev 25420

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 08 07:39:58 2022 +0000 (22 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sqlobject/description.txt	Mon Aug 08 07:39:58 2022 +0000
     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).