SQLAlchemy dialect for MonetDB
Project description
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
Project details
Release history Release notifications | RSS feed
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.0.0.tar.gz
(28.4 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.0.0.tar.gz.
File metadata
- Download URL: sqlalchemy_monetdb-2.0.0.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a0e9ebfb4ab5b2a748a92f2a536aa88c77384b84d573c4c9035b05c5b6a32eb
|
|
| MD5 |
e2abeae622cdb4fc07fc68a1da077a07
|
|
| BLAKE2b-256 |
2cec25339826232a864f3b5ef447fef5bca9edeb56eac8d7665dc601dd5fb506
|
File details
Details for the file sqlalchemy_monetdb-2.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: sqlalchemy_monetdb-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 30.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fcd816fb596c8ffa1ea9970ca98c084dcb1ed27de75d760192bc44f52607d9c
|
|
| MD5 |
313159b000764afb4e5da47ebb39a8da
|
|
| BLAKE2b-256 |
ef796dee44f561eca80699741ce8ed1aac0899f0b645622f7b794a927dc1ddba
|