This is the MonetDB dialect driver for SQLAlchemy 2.*. It has support for Python 3.8+ and PyPy. It supports SQLalchemy 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://monetdb:monetdb@localhost:50000/demo', echo=True)
Alternatively, you can also specify the driver:
engine = create_engine('monetdb+pymonetdb://monetdb:monetdb@localhost:50000/demo', echo=True)
More info
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-2.1.0.tar.gz
(30.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sqlalchemy_monetdb-2.1.0.tar.gz.
File metadata
- Download URL: sqlalchemy_monetdb-2.1.0.tar.gz
- Upload date:
- Size: 30.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48596a4d1db388293db9e93c42fa838ce9814031b59687f7bb80559c4ca602b7
|
|
| MD5 |
4db978aa091f806b6444d549950606cd
|
|
| BLAKE2b-256 |
70bcfeeb96d7cf9bf1bf06a3368976cab3a4766051f4df14a034c5520c27bd0a
|
File details
Details for the file sqlalchemy_monetdb-2.1.0-py3-none-any.whl.
File metadata
- Download URL: sqlalchemy_monetdb-2.1.0-py3-none-any.whl
- Upload date:
- Size: 27.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
026b0c4d4e030708a5bfd5d162c262cd39da1a3e31c476d8c24a0060abb2748b
|
|
| MD5 |
2b8076162abb67e9338cb930220ff703
|
|
| BLAKE2b-256 |
9d2cde4326aa90e641437f6adb5417410eafca9589a845934d56b86a1de6d1a7
|