SAP ASE (Sybase) Connector for SQLAlchemy using PyMsSql
Project description
sqlalchemy-pymssql-sybase
SAP ASE (Sybase) dialect for SQLAlchemy using PyMsSql.
The latest version of this dialect requires SQLAlchemy 2.0 or later and pymssql 2.2.8 or later
Overview
This is a very thin wrap around the SQLAlchemy’s mssql+pymysql dialect repurposed for connecting to sybase databases.
Database Version Support
This dialect is tested against SAP ASE version 16. Current support is very tiny
Installing
SQLAlchemy and pymssql are specified as requirements so pip will install them if they are not already in place. To install, just:
pip install sqlalchemy-pymssql-sybase
Getting Started
To register the dialect, import the sqlalchemy_pymssql_sybase module somewhere in your app. Then use sqlalchemy as usual:
import sqlalchemy_pymssql_sybase from sqlalchemy import create_engine engine = create_engine("sybase+pymssql://user:password@host/database")
The SQLAlchemy Project
sqlalchemy-pymssql-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-pymssql-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
Hashes for sqlalchemy-pymssql-sybase-0.0.1.dev0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ba8803bea8b98948e9a6dee4b73f349ac40e2bfe914d9d751525b3b2d8ba30c |
|
MD5 | 357b82d776f907c61fe4475d632dc898 |
|
BLAKE2b-256 | edd813c108b9be0d4c360c8cb09fda218311e9b6f55c8c7e2055c4b4553529aa |
Hashes for sqlalchemy_pymssql_sybase-0.0.1.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 443cf4ee35892b026be3e6e618d0cb318962440cb0083ea0ca6c714f141664a0 |
|
MD5 | 47737e59629137752938767c07abe506 |
|
BLAKE2b-256 | 4ee012fd5613adbe6f9b2b041a6cc8dcaddc3a7113880b0b746bc069642e3235 |