Sybase for SQLAlchemy
Project description
sqlalchemy-sybase
A SAP ASE (Sybase) dialect for SQLAlchemy.
Objectives
This is a fork of SQLAlchemy’s internal “sybase” dialect which is soon to be deprecated and will be removed from a future release.
Status
This dialect currently depends on SQLAlchemy features that have not been officially released. For now you must first install SQLAlchemy from source before installing this dialect.
For SQLAlchemy 1.3 …:
pip install git+https://github.com/sqlalchemy/sqlalchemy@rel_1_3
… or for (pre-release) SQLAlchemy 1.4 …:
pip install git+https://github.com/sqlalchemy/sqlalchemy.git
Pre-requisites
You will need an ODBC driver for Sybase installed on the machine from which you want to connect to the Sybase server. This dialect is tested with a current version of the FreeTDS ODBC driver.
Co-requisites
This dialect requires SQLAlchemy and pyodbc. They are both specified as requirements so pip will install them if they are not already in place. To install, just:
pip install sqlalchemy-sybase --pre
Getting Started
Create an ODBC DSN (Data Source Name) that points to your Sybase database. Then, in your Python app, you can connect to the database via:
from sqlalchemy import create_engine engine = create_engine("sybase+pyodbc://scott:tiger@your_dsn")
For other ways of connecting see the Getting Connected page in the Wiki.
The SQLAlchemy Project
SQLAlchemy-sybase is affiliated with the SQLAlchemy Project and adheres to the same standards and conventions as the core project.
Development / Bug reporting / Pull requests
Please refer to the SQLAlchemy Community Guide for guidelines on coding and participating in this project.
Code of Conduct
Above all, SQLAlchemy places great emphasis on polite, thoughtful, and constructive communication between users and developers. Please see the current Code of Conduct at Code of Conduct.
License
SQLAlchemy-sybase is distributed under the MIT license.
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
Built Distribution
File details
Details for the file sqlalchemy-sybase-1.0.0b1.tar.gz
.
File metadata
- Download URL: sqlalchemy-sybase-1.0.0b1.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e92c55bff868a5a93d9be014cc344c14a36ac7d4b8bb089acc52de55fabf7da |
|
MD5 | d7faac016971be1f669ef3c7537f7f34 |
|
BLAKE2b-256 | d3d3f2e1d1a879acb4ab09d377b327d0828e53481edf4ee241beb86e2f25f347 |
File details
Details for the file sqlalchemy_sybase-1.0.0b1-py3-none-any.whl
.
File metadata
- Download URL: sqlalchemy_sybase-1.0.0b1-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7049dc6e293bf806beaec06f6c67ca9cc426ba340be8ccf3f1e94a07445c0872 |
|
MD5 | a988f729ad8945c468ac4b6dd1defcca |
|
BLAKE2b-256 | a477d7d123f68c77d321a1943a4a9265e7b3ed3ea46f9f211349dbcbc1d26dbc |