Skip to main content

SQLAlchemy dialect for MonetDB

Project description

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

Development

https://travis-ci.org/gijzelaerr/sqlalchemy-monetdb.png?branch=master

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlalchemy_monetdb-1.0.0.tar.gz (12.9 kB view details)

Uploaded Source

File details

Details for the file sqlalchemy_monetdb-1.0.0.tar.gz.

File metadata

File hashes

Hashes for sqlalchemy_monetdb-1.0.0.tar.gz
Algorithm Hash digest
SHA256 56cec7003182ee03d4100b6883f67a7e8fe27b79657c80069e8f73dea3fa92fb
MD5 9cf288176c9d93ecf4a2f623dd539809
BLAKE2b-256 788b6c1dc0267b10c44e09a5f55d374876ac11e92a6c38d855d138bf66c845a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page