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).
Python 2.7 or 3.4+ is required.
For development see the projects at
`SourceForge <https://sourceforge.net/projects/sqlobject/>`_
and `GitHub <https://github.com/sqlobject>`_.
.. image:: https://github.com/sqlobject/sqlobject/actions/workflows/run-tests.yaml/badge.svg?branch=github-actions
:target: https://github.com/sqlobject/sqlobject/actions/workflows/run-tests.yaml
Raw data
{
"_id": null,
"home_page": "http://sqlobject.org/",
"name": "SQLObject",
"maintainer": "Oleg Broytman",
"docs_url": null,
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
"maintainer_email": "phd@phdru.name",
"keywords": "sql, orm, object-relational mapper",
"author": "Ian Bicking",
"author_email": "ianb@colorstudy.com",
"download_url": "https://files.pythonhosted.org/packages/c0/d2/9865025dc0db5748380b0fd89ee4aafd8ea270d3d4ceacc0f58f1105c65e/sqlobject-3.13.0.tar.gz",
"platform": "Any",
"description": "SQLObject is a popular *Object Relational Manager* for providing an\nobject interface to your database, with tables as classes, rows as\ninstances, and columns as attributes.\n\nSQLObject includes a Python-object-based query language that makes SQL\nmore abstract, and provides substantial database independence for\napplications.\n\nSupports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (SAPDB).\nPython 2.7 or 3.4+ is required.\n\nFor development see the projects at\n`SourceForge <https://sourceforge.net/projects/sqlobject/>`_\nand `GitHub <https://github.com/sqlobject>`_.\n\n.. image:: https://github.com/sqlobject/sqlobject/actions/workflows/run-tests.yaml/badge.svg?branch=github-actions\n :target: https://github.com/sqlobject/sqlobject/actions/workflows/run-tests.yaml\n\n\n",
"bugtrack_url": null,
"license": "LGPL",
"summary": "Object-Relational Manager, aka database wrapper",
"version": "3.13.0",
"project_urls": {
"Development docs": "http://sqlobject.org/devel/",
"Download": "https://pypi.org/project/SQLObject/3.13.0/",
"Github repo": "https://github.com/sqlobject",
"Homepage": "http://sqlobject.org/",
"Issue tracker": "https://github.com/sqlobject/sqlobject/issues",
"SourceForge project": "https://sourceforge.net/projects/sqlobject/",
"Twitter": "https://twitter.com/SQLObject",
"Wikipedia": "https://en.wikipedia.org/wiki/SQLObject"
},
"split_keywords": [
"sql",
" orm",
" object-relational mapper"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7dd44475eb100f30d9ac8c8f1e8d821c943e499a1d6bb482f6ce519e3534466c",
"md5": "1253cc0e2d94e14de386de04c30b6ff3",
"sha256": "5ba52fca332035071e6ae263ac707af63453de67d7e5e0d4ca98d79fdd76671b"
},
"downloads": -1,
"filename": "SQLObject-3.13.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "1253cc0e2d94e14de386de04c30b6ff3",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
"size": 227465,
"upload_time": "2025-03-07T13:40:37",
"upload_time_iso_8601": "2025-03-07T13:40:37.983081Z",
"url": "https://files.pythonhosted.org/packages/7d/d4/4475eb100f30d9ac8c8f1e8d821c943e499a1d6bb482f6ce519e3534466c/SQLObject-3.13.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c0d29865025dc0db5748380b0fd89ee4aafd8ea270d3d4ceacc0f58f1105c65e",
"md5": "bf4ae43aa376b62aa7793c14d3191218",
"sha256": "cc5a0b124a0cc33abf87d461a7af620d5d0b8225988f443f34e7e0fee4aa8ba3"
},
"downloads": -1,
"filename": "sqlobject-3.13.0.tar.gz",
"has_sig": false,
"md5_digest": "bf4ae43aa376b62aa7793c14d3191218",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
"size": 1329079,
"upload_time": "2025-03-07T13:40:40",
"upload_time_iso_8601": "2025-03-07T13:40:40.893266Z",
"url": "https://files.pythonhosted.org/packages/c0/d2/9865025dc0db5748380b0fd89ee4aafd8ea270d3d4ceacc0f58f1105c65e/sqlobject-3.13.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-07 13:40:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sqlobject",
"github_project": "sqlobject",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "sqlobject"
}