MonetDB / pymonetdb

The Python API for MonetDB

Home Page:https://www.monetdb.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 3.7+ and PyPy. The driver is Python DBAPI 2.0 compatible.

image

image

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/.

About

The Python API for MonetDB

https://www.monetdb.org/

License:Mozilla Public License 2.0


Languages

Language:Python 99.1%Language:Makefile 0.6%Language:Shell 0.3%