Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - Programming

Python and database access

The Python extension modules sqlanydb, sqlany-django, and sqlalchemy-sqlany support the use of Python when connecting to databases, issuing SQL queries, and obtaining result sets.

The Python Database API Specification v2.0 (PEP 249) defines a set of methods that provides a consistent database interface independent of the actual database being used. The Python extension module sqlanydb implements PEP 249. Once you have installed the sqlanydb module, you can access and change the information in databases from Python.

For information, see PEP 249 -- Python Database API Specification v2.0Information published on non-SAP site.

The Python extension module sqlany-django allows customers to use the database server as a back end for a Django-based web site.

The Python extension module sqlalchemy-sqlany allows users to create SQLAlchemy applications that can communicate with the database server.