{"id":20207702,"url":"https://github.com/exasol/sqlalchemy-exasol","last_synced_at":"2026-03-17T11:15:13.470Z","repository":{"id":9734204,"uuid":"11694052","full_name":"exasol/sqlalchemy-exasol","owner":"exasol","description":"SQLAlchemy dialect for EXASOL","archived":false,"fork":false,"pushed_at":"2025-04-11T08:31:59.000Z","size":39053,"stargazers_count":35,"open_issues_count":17,"forks_count":28,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-11T10:41:49.306Z","etag":null,"topics":["exasol","exasol-integration","foundation-library","odbc","pyodbc","python","sqlalchemy","turbodbc"],"latest_commit_sha":null,"homepage":"https://exasol.github.io/sqlalchemy-exasol/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exasol.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-07-26T20:16:49.000Z","updated_at":"2025-04-11T08:30:47.000Z","dependencies_parsed_at":"2023-12-20T14:14:21.064Z","dependency_job_id":"f606c540-0f6a-4f8f-b63b-86f9d143ddb6","html_url":"https://github.com/exasol/sqlalchemy-exasol","commit_stats":{"total_commits":548,"total_committers":29,"mean_commits":"18.896551724137932","dds":0.7554744525547445,"last_synced_commit":"d60d98680c5cff81fa414cc4f8b9b25fa946e2c5"},"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fsqlalchemy-exasol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fsqlalchemy-exasol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fsqlalchemy-exasol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fsqlalchemy-exasol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exasol","download_url":"https://codeload.github.com/exasol/sqlalchemy-exasol/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654090,"owners_count":21140236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exasol","exasol-integration","foundation-library","odbc","pyodbc","python","sqlalchemy","turbodbc"],"created_at":"2024-11-14T05:31:30.817Z","updated_at":"2026-03-17T11:15:13.463Z","avatar_url":"https://github.com/exasol.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SQLAlchemy Dialect for Exasol\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n\n.. image:: https://github.com/exasol/sqlalchemy-exasol/actions/workflows/pr-merge.yml/badge.svg?branch=master\u0026event=push\n    :target: https://github.com/exasol/sqlalchemy-exasol/actions/workflows/pr-merge.yml\n     :alt: CI Status\n\n.. image:: https://img.shields.io/pypi/v/sqlalchemy_exasol\n     :target: https://pypi.org/project/sqlalchemy_exasol/\n     :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/pyversions/sqlalchemy-exasol\n    :target: https://pypi.org/project/sqlalchemy_exasol\n    :alt: PyPI - Python Version\n\n.. image:: https://img.shields.io/badge/exasol-7.1.9%20%7C%207.0.18-green\n    :target: https://www.exasol.com/\n    :alt: Exasol - Supported Version(s)\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n    :alt: Formatter - Black\n\n.. image:: https://img.shields.io/badge/imports-isort-ef8336.svg\n    :target: https://pycqa.github.io/isort/\n    :alt: Formatter - Isort\n\n.. image:: https://img.shields.io/badge/pylint-5.9-yellow\n    :target: https://github.com/pylint-dev/pylint\n    :alt: Pylint\n\n.. image:: https://img.shields.io/pypi/l/sqlalchemy-exasol\n     :target: https://opensource.org/license/BSD-2-Clause\n     :alt: License\n\n.. image:: https://img.shields.io/github/last-commit/exasol/sqlalchemy-exasol\n     :target: https://pypi.org/project/sqlalchemy_exasol/\n     :alt: Last Commit\n\n.. image:: https://img.shields.io/pypi/dm/sqlalchemy-exasol\n    :target: https://pypi.org/project/sqlalchemy_exasol\n    :alt: PyPI - Downloads\n\nSQLAlchemy-Exasol supports a Websocket-based dialect for interacting with an Exasol database.\n\nSystem Requirements\n-------------------\n- Exasol \u003e= 7.1 (e.g. `docker-db \u003ctest_docker_image_\u003e`_ or a `Exasol SaaS instance \u003ctest_drive_\u003e`_)\n- Python \u003e= 3.10\n\nFeatures\n--------\n\n- SELECT, INSERT, UPDATE, DELETE statements\n\nGetting Started\n---------------\n\nCheck out sqlalchemy-exasols's `User Guide\n\u003chttps://exasol.github.io/sqlalchemy-exasol/master/user_guide\u003e`_ for your\nfirst steps.\n\n.. _developer guide: https://github.com/exasol/sqlalchemy-exasol/blob/master/doc/developer_guide/developer_guide.rst\n.. _test_docker_image: https://github.com/exasol/docker-db\n.. _test_drive: https://cloud.exasol.com/signup\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexasol%2Fsqlalchemy-exasol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexasol%2Fsqlalchemy-exasol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexasol%2Fsqlalchemy-exasol/lists"}