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]”)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file sqlalchemy_nuodb-2.3.1.tar.gz.
File metadata
- Download URL: sqlalchemy_nuodb-2.3.1.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc37fbb6b8dc92ccd96c251f66ade4d0aaaaec89156c5b1adf2345748d842b69
|
|
| MD5 |
8d0fc8b18a8770210068c3e0a5bd6ecf
|
|
| BLAKE2b-256 |
6b0b1737f0bd132220ef2091e640e45cacbd2e13b905bbda2078f7629d391bf3
|