MonetDB dialect for SQLAlchemy
==============================
This is the MonetDB dialect driver for SQLAlchemy. It has support for Python 2.7, 3.3+ and even PyPy. It supports
SQLalchemy 1.0, 1.1 and 1.2.
Installation
------------
To install this dialect run::
$ pip install sqlalchemy_monetdb
or from the source folder::
$ pip install .
Usage
-----
To start using this dialect::
from sqlalchemy import create_engine
engine = create_engine('monetdb:///demo:', echo=True)
MonetDB Lite (experimental)
---------------------------
We now have experimental support for MonetDB Lite! Note that this is experimental, and will probably break.
First you need to manually install MonetDB Lite: https://github.com/hannesmuehleisen/MonetDBLite-Python
To connect to a MonetDBLite database use this syntax::
from sqlalchemy import create_engine
engine = create_engine('monetdb+lite:////tmp/monetdb_lite')
More info
---------
* http://www.sqlalchemy.org/
* http://www.monetdb.org/
Development
-----------
.. image:: https://travis-ci.org/gijzelaerr/sqlalchemy-monetdb.png?branch=master
:target: https://travis-ci.org/gijzelaerr/sqlalchemy-monetdb
Raw data
{
"_id": null,
"home_page": "",
"name": "sqlalchemy_monetdb",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "MonetDB SQLAlchemy",
"author": "Gijs Molenaar",
"author_email": "gijsmolenaar@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/78/8b/6c1dc0267b10c44e09a5f55d374876ac11e92a6c38d855d138bf66c845a7/sqlalchemy_monetdb-1.0.0.tar.gz",
"platform": "",
"description": "MonetDB dialect for SQLAlchemy\n==============================\n\nThis is the MonetDB dialect driver for SQLAlchemy. It has support for Python 2.7, 3.3+ and even PyPy. It supports\nSQLalchemy 1.0, 1.1 and 1.2.\n\n\nInstallation\n------------\n\nTo install this dialect run::\n\n $ pip install sqlalchemy_monetdb\n\nor from the source folder::\n\n $ pip install .\n\n\nUsage\n-----\n\nTo start using this dialect::\n\n from sqlalchemy import create_engine\n engine = create_engine('monetdb:///demo:', echo=True)\n\n\nMonetDB Lite (experimental)\n---------------------------\n\nWe now have experimental support for MonetDB Lite! Note that this is experimental, and will probably break.\n\nFirst you need to manually install MonetDB Lite: https://github.com/hannesmuehleisen/MonetDBLite-Python\n\nTo connect to a MonetDBLite database use this syntax::\n\n from sqlalchemy import create_engine\n engine = create_engine('monetdb+lite:////tmp/monetdb_lite')\n\n\nMore info\n---------\n\n * http://www.sqlalchemy.org/\n * http://www.monetdb.org/\n\n\nDevelopment\n-----------\n\n.. image:: https://travis-ci.org/gijzelaerr/sqlalchemy-monetdb.png?branch=master\n :target: https://travis-ci.org/gijzelaerr/sqlalchemy-monetdb",
"bugtrack_url": null,
"license": "MIT",
"summary": "SQLAlchemy dialect for MonetDB",
"version": "1.0.0",
"split_keywords": [
"monetdb",
"sqlalchemy"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "9cf288176c9d93ecf4a2f623dd539809",
"sha256": "56cec7003182ee03d4100b6883f67a7e8fe27b79657c80069e8f73dea3fa92fb"
},
"downloads": -1,
"filename": "sqlalchemy_monetdb-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "9cf288176c9d93ecf4a2f623dd539809",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12904,
"upload_time": "2017-10-25T13:56:58",
"upload_time_iso_8601": "2017-10-25T13:56:58.524012Z",
"url": "https://files.pythonhosted.org/packages/78/8b/6c1dc0267b10c44e09a5f55d374876ac11e92a6c38d855d138bf66c845a7/sqlalchemy_monetdb-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2017-10-25 13:56:58",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "sqlalchemy_monetdb"
}