sqlalchemy-turbodbc


Namesqlalchemy-turbodbc JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttps://github.com/dirkjonker/sqlalchemy-turbodbc
SummarySQLAlchemy dialect for Turbodbc
upload_time2023-03-15 16:42:55
maintainer
docs_urlNone
authorDirk Jonker
requires_python
licenseMIT
keywords sql server sqlalchemy turbodbc mssql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# sqlalchemy-turbodbc

SQLAlchemy connector/dialect for connecting to MS SQL Server using Turbodbc.

This works exactly like the `mssql+pyodbc` dialect as described in the [SQLAlchemy documentation here](https://docs.sqlalchemy.org/en/13/dialects/mssql.html#module-sqlalchemy.dialects.mssql.pyodbc).
To create a connection using this simply use the `mssql+turbodbc` protocol.

For example:

```python
engine = create_engine('mssql+turbodbc://scott:tiger@mydsn')
```

For more information please see the [SQLAlchemy documentation](https://docs.sqlalchemy.org/en/13/dialects/mssql.html#module-sqlalchemy.dialects.mssql.pyodbc).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dirkjonker/sqlalchemy-turbodbc",
    "name": "sqlalchemy-turbodbc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sql server sqlalchemy turbodbc mssql",
    "author": "Dirk Jonker",
    "author_email": "dirkjonker@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a9/b1/0babc43b038742e3361de70cba5965a4a55802f6658f713943de1a68ea30/sqlalchemy_turbodbc-1.2.1.tar.gz",
    "platform": null,
    "description": "\n# sqlalchemy-turbodbc\n\nSQLAlchemy connector/dialect for connecting to MS SQL Server using Turbodbc.\n\nThis works exactly like the `mssql+pyodbc` dialect as described in the [SQLAlchemy documentation here](https://docs.sqlalchemy.org/en/13/dialects/mssql.html#module-sqlalchemy.dialects.mssql.pyodbc).\nTo create a connection using this simply use the `mssql+turbodbc` protocol.\n\nFor example:\n\n```python\nengine = create_engine('mssql+turbodbc://scott:tiger@mydsn')\n```\n\nFor more information please see the [SQLAlchemy documentation](https://docs.sqlalchemy.org/en/13/dialects/mssql.html#module-sqlalchemy.dialects.mssql.pyodbc).\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "SQLAlchemy dialect for Turbodbc",
    "version": "1.2.1",
    "split_keywords": [
        "sql",
        "server",
        "sqlalchemy",
        "turbodbc",
        "mssql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5136e6ebfaa0f78d2c5dfe1332321922d41fe34038818804f0d662ce807f478f",
                "md5": "c92501bd175fc72dcb95c8f640fbda2d",
                "sha256": "abcff0288815022cc591d11566484b94ba9c20ba668ef1b1bef1b46000cfafea"
            },
            "downloads": -1,
            "filename": "sqlalchemy_turbodbc-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c92501bd175fc72dcb95c8f640fbda2d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6585,
            "upload_time": "2023-03-15T16:42:53",
            "upload_time_iso_8601": "2023-03-15T16:42:53.527101Z",
            "url": "https://files.pythonhosted.org/packages/51/36/e6ebfaa0f78d2c5dfe1332321922d41fe34038818804f0d662ce807f478f/sqlalchemy_turbodbc-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9b10babc43b038742e3361de70cba5965a4a55802f6658f713943de1a68ea30",
                "md5": "79ce71ae6ec58cbf69b712fa7b480878",
                "sha256": "3c56a9dbdc7d1f4c05c3e3cebad0a106f6a26957bb75789c91a6df6ee2f09fed"
            },
            "downloads": -1,
            "filename": "sqlalchemy_turbodbc-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "79ce71ae6ec58cbf69b712fa7b480878",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6062,
            "upload_time": "2023-03-15T16:42:55",
            "upload_time_iso_8601": "2023-03-15T16:42:55.288375Z",
            "url": "https://files.pythonhosted.org/packages/a9/b1/0babc43b038742e3361de70cba5965a4a55802f6658f713943de1a68ea30/sqlalchemy_turbodbc-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-15 16:42:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dirkjonker",
    "github_project": "sqlalchemy-turbodbc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sqlalchemy-turbodbc"
}
        
Elapsed time: 0.04826s