aboutsummaryrefslogtreecommitdiff
path: root/python/python3-sqlobject/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-sqlobject_2023-09-22@lockywolf.net>2023-09-23 10:11:03 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 11:33:34 +0700
commitc9700ab72c6584766b5a92fafa5dd6c747062fce (patch)
treecc4313324ab0596e8d2fde81744d4a0081fcc82f /python/python3-sqlobject/README
parent5997956445e0bbc0bc1f246c207182c6d4a339c2 (diff)
python/python3-sqlobject: Added (python orm).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-sqlobject/README')
-rw-r--r--python/python3-sqlobject/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/python3-sqlobject/README b/python/python3-sqlobject/README
new file mode 100644
index 0000000000..c6d3a90209
--- /dev/null
+++ b/python/python3-sqlobject/README
@@ -0,0 +1,16 @@
+SQLObject is a popular Object Relational Manager for providing an
+object interface to your database, with tables as classes, rows as
+instances, and columns as attributes. SQLObject includes a
+Python-object-based query language that makes SQL more abstract, and
+provides substantial database independence for applications.
+
+Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB
+(SAPDB).
+
+NOTE: SQLObject checks for supported databases at run time. You can
+use the MySQL-python and psycopg2 (MySQL and PostrgreSQL support,
+respectively) optional dependencies. For SQLite, SQLObject can
+use the standard Python module sqlite3, or an externally installed
+PySQLite2. For the rest, check the SQLObject documentation for links.
+
+This build is for the python3 version.