Introduction
A SQLAlchemy driver for NuoDB.
Documentation
Latest documentation is at:
Version
2.3.1 (June 30, 2015)
Requirements
Python 2.7.6
SQLAlchemy 1.0.4
For those also interested in Flask and Sandman, here is the complete list of dependencies and their version numbers; this stack has been tested together:
PyNuoDB 2.3.1, or later
SQLAlchemy 1.0.1, or later (preferentially 1.0.4)
Flask 0.10.1
Flask-Alchemy 1.0
Sandman 0.2
Installation
Standard Python setup should be used:
python setup.py install
Full documentation for installation of SQLAlchemy is at Installation.
License
SQLAlchemy/NuoDB is distributed under the MIT license.
Connections
A TCP/IP connection can be specified as the following:
from sqlalchemy import create_enginee = create_engine(“nuodb://user:pass@host[:port]/database[?schema=schema-name]”)
Release files for sqlalchemy-nuodb 2.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sqlalchemy_nuodb-2.3.1.tar.gz | 10.8 kB | Details |
Release files / sqlalchemy_nuodb-2.3.1.tar.gz
| Download URL | sqlalchemy_nuodb-2.3.1.tar.gz |
|---|---|
| Size | 10.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bc37fbb6b8dc92ccd96c251f66ade4d0aaaaec89156c5b1adf2345748d842b69
|
|
BLAKE2b-256 checksum How to use checksums |
6b0b1737f0bd132220ef2091e640e45cacbd2e13b905bbda2078f7629d391bf3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |