SAP ASE (Sybase) for SQLAlchemy
Project description
sqlalchemy-sybase
SAP ASE (Sybase) dialect for SQLAlchemy.
The latest version of this dialect requires SQLAlchemy 2.0 or later. To work with earlier versions of SQLAlchemy, do:
pip install sqlalchemy-sybase<2.0.0
Overview
This is a fork of SQLAlchemy’s internal “sybase” dialect which was deprecated in SQLAlchemy 1.4 and was removed from SQLAlchemy 2.0.
Database Version Support
This dialect is tested against SAP ASE version 16. Some features may not work on earlier versions of SAP ASE.
Pre-requisites
You will need an ODBC driver for SAP ASE installed on the machine from which you want to connect to the SAP ASE server. This dialect is tested with the SAP ASE ODBC driver (libsybdrvodb-sqllen8.so on Linux).
Also, if you are running on Linux and using unixODBC, check the version via odbcinst -j from a console prompt (or use the odbcinst module). The official repositories of several Linux distributions contain versions of unixODBC that are quite old and somewhat buggy.
Installing
SQLAlchemy and pyodbc are specified as requirements so pip will install them if they are not already in place. To install, just:
pip install sqlalchemy-sybase
Getting Started
Create an ODBC DSN (Data Source Name) that points to your SAP ASE 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-2.0.0.tar.gz
.
File metadata
- Download URL: sqlalchemy-sybase-2.0.0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb328b9542d24f2b9b8a68da3d3637eb43450c8ab37a4acf397124c93095409e |
|
MD5 | f52ff95af9d88d3b6c0127d430adcc5e |
|
BLAKE2b-256 | ff17396c5c385d4d94a571ba599e6c3f76de908f13f6c2dbe923e05d72390b3d |
File details
Details for the file sqlalchemy_sybase-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: sqlalchemy_sybase-2.0.0-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 164beadeab2eef0507813d39e1d27ece268f022b446a00eccba2fe65d57f8bfa |
|
MD5 | 60a7585df8502c46646b5edf05c87876 |
|
BLAKE2b-256 | c8a565e84b11082374a00c9c775e337fa6bcec7516c9b930dcf114040900f72f |