sqlalchemy-ocient


Namesqlalchemy-ocient JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryOcient for SQLAlchemy
upload_time2023-02-06 16:18:25
maintainer
docs_urlNone
authorOcient Inc
requires_python
license
keywords sqlalchemy ocient
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ocient Dialect for SQLAlchemy

The Ocient Database Python API extension gives application developers the full power and flexibility of SQLAlchemy.

## Installation

Install the sqlalchemy-ocient package.

```python
pip install sqlalchemy-ocient
```

## SQLAlchemy URI


The Ocient DSN is of the format:
```shell
ocient://user:password@[host][:port][/database][?param1=value1&...]
```

**NOTE**: You must enter the `user` and `password` credentials.  `host` defaults to localhost,
port defaults to 4050, database defaults to `system` and `tls` defaults
to `off`.

## User Access Control

Make sure the user has privileges to access and use all required databases, schemas, tables, views, and warehouses, as the Ocient SQLAlchemy engine does not test for user or role rights by default.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sqlalchemy-ocient",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "SQLAlchemy Ocient",
    "author": "Ocient Inc",
    "author_email": "info@ocient.com",
    "download_url": "https://files.pythonhosted.org/packages/67/51/d5ff18781a9cb775661f3db1639363557bb53ed851688ec14e5976d1dcb4/sqlalchemy_ocient-1.0.0.tar.gz",
    "platform": null,
    "description": "# Ocient Dialect for SQLAlchemy\n\nThe Ocient Database Python API extension gives application developers the full power and flexibility of SQLAlchemy.\n\n## Installation\n\nInstall the sqlalchemy-ocient package.\n\n```python\npip install sqlalchemy-ocient\n```\n\n## SQLAlchemy URI\n\n\nThe Ocient DSN is of the format:\n```shell\nocient://user:password@[host][:port][/database][?param1=value1&...]\n```\n\n**NOTE**: You must enter the `user` and `password` credentials.  `host` defaults to localhost,\nport defaults to 4050, database defaults to `system` and `tls` defaults\nto `off`.\n\n## User Access Control\n\nMake sure the user has privileges to access and use all required databases, schemas, tables, views, and warehouses, as the Ocient SQLAlchemy engine does not test for user or role rights by default.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Ocient for SQLAlchemy",
    "version": "1.0.0",
    "split_keywords": [
        "sqlalchemy",
        "ocient"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cac21829052d39397b230a5080b734c9997c4d7354edfa06f172aa33b3d12c84",
                "md5": "9e49c1fa1a0108b6afc743b1fc97ba96",
                "sha256": "a39fe7de670a63084b22e3e2970161f305e420cbb94ff0eb253786d1544c0b79"
            },
            "downloads": -1,
            "filename": "sqlalchemy_ocient-1.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9e49c1fa1a0108b6afc743b1fc97ba96",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 6355,
            "upload_time": "2023-02-06T16:18:23",
            "upload_time_iso_8601": "2023-02-06T16:18:23.645679Z",
            "url": "https://files.pythonhosted.org/packages/ca/c2/1829052d39397b230a5080b734c9997c4d7354edfa06f172aa33b3d12c84/sqlalchemy_ocient-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6751d5ff18781a9cb775661f3db1639363557bb53ed851688ec14e5976d1dcb4",
                "md5": "123bd3e5d35c7814a506227c01df9350",
                "sha256": "55b50466a7d675526958c1c000c23fa3b2116cfe2ce71d4d5125484ee6a8b75c"
            },
            "downloads": -1,
            "filename": "sqlalchemy_ocient-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "123bd3e5d35c7814a506227c01df9350",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6285,
            "upload_time": "2023-02-06T16:18:25",
            "upload_time_iso_8601": "2023-02-06T16:18:25.749108Z",
            "url": "https://files.pythonhosted.org/packages/67/51/d5ff18781a9cb775661f3db1639363557bb53ed851688ec14e5976d1dcb4/sqlalchemy_ocient-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-06 16:18:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "sqlalchemy-ocient"
}
        
Elapsed time: 0.03630s