Spanner dialect for SQLAlchemy represents an interface API designed to
make it possible to control Cloud Spanner databases with SQLAlchemy API.
The dialect is built on top of the Spanner DB
API,
which is designed in accordance with
PEP-249.
Known limitations are listed here. All
supported features have been tested and verified to work with the test
configurations. There may be configurations and/or data model variations
that have not yet been covered by the tests and that show unexpected
behavior. Please report any problems that you might encounter by
creating a new
issue.
Cloud Spanner product
documentation
SQLAlchemy product documentation
Quick Start
In order to use this package, you first need to go through the following
steps:
Select or create a Cloud Platform
project.
Enable billing for your
project.
Enable the Google Cloud Spanner
API.
Setup
Authentication.
Installation
Stable released version of the package is available on PyPi:
pip install sqlalchemy-spanner
To install a
|