Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 279b3a1

Browse files
authored
docs: update to state that repo is now in preview (#95)
1 parent 3f4ef64 commit 279b3a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
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](https://github.com/googleapis/python-spanner/tree/master/google/cloud/spanner_dbapi), which is designed in accordance with [PEP-249](https://www.python.org/dev/peps/pep-0249/).
44

5-
**NOTE: This project is still in DEVELOPMENT. It may make breaking changes without prior notice and should not yet be used for production purposes.**
5+
This project has **Preview** release status. Known limitations are listed [here](#features-and-limitations). 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](https://github.com/cloudspannerecosystem/python-spanner-sqlalchemy/issues/new).
6+
7+
**NOTE: This project may still make breaking changes without prior notice and should not yet be used for production purposes.**
68

79
- [Cloud Spanner product documentation](https://cloud.google.com/spanner/docs)
810
- [SQLAlchemy product documentation](https://www.sqlalchemy.org/)

0 commit comments

Comments
 (0)