wok-current diff sqlobject/description.txt @ rev 25709
Rework mesa-dri to use symlink (85% size free), thanks alanyih
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jun 03 16:29:38 2024 +0000 (8 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 Jun 03 16:29:38 2024 +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).