Skip to main content

SAP ASE (Sybase) Connector for SQLAlchemy using PyMsSql

Project description

sqlalchemy-pymssql-sybase

https://img.shields.io/pypi/dm/sqlalchemy-pymssql-sybase.svg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlalchemy-pymssql-sybase-0.0.1.dev0.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page