/pymonetdb

The Python API for MonetDB

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

Introduction

pymonetdb is a native python client API for monetDB. This API is cross-platform, and doesn't depend on any monetdb libraries. It has support for python 2.7, Python 3 and PyPy. The driver is also Python DBAPI 2.0 compatible.

Please note, this is now the official MonetDB Python API. It should be a drop-in replacement for python-monetdb. Just change import monetdb statements into import pymonetdb in your project.

Installation

The quickest way to get started is to install pymonetdb from pypi:

$ pip install pymonetdb

Documentation

You can find the online pymonetdb documentation at http://pymonetdb.readthedocs.io/

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.