diff --git a/README.md b/README.md index 4dfa80a..a30741f 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ _This is an initial release, features and stability may not be guaranteed in all _If you encounter any bugs or issues, please feel free to open an issue on our GitHub repository._ We’ve implemented the initial support for `sqlitecloud` with [SQLAlchemy](https://www.sqlalchemy.org/), allowing you to utilize all standard SQLAlchemy operations and queries. -For further information, please see the dedicated [REDAME](https://github.com/sqlitecloud/sqlitecloud-py/tree/%238-compatibility-sqlite3-dbapi2/sqlalchemy-sqlitecloud). +For further information, please see the dedicated [REDAME](https://github.com/sqlitecloud/sqlitecloud-py/tree/main/sqlalchemy-sqlitecloud). ### Example diff --git a/sqlalchemy-sqlitecloud/README.md b/sqlalchemy-sqlitecloud/README.md index 7a86d70..a9adaf3 100644 --- a/sqlalchemy-sqlitecloud/README.md +++ b/sqlalchemy-sqlitecloud/README.md @@ -1,5 +1,10 @@ # SQLite Cloud Dialect for SQLAlchemy (Beta) +![PyPI - Version](https://img.shields.io/pypi/v/sqlalchemy-sqlitecloud?link=https%3A%2F%2Fpypi.org%2Fproject%2Fsqlalchemy-sqlitecloud%2F) +![PyPI - Downloads](https://img.shields.io/pypi/dm/sqlalchemy-sqlitecloud?link=https%3A%2F%2Fpypi.org%2Fproject%2Fsqlalchemy-sqlitecloud%2F) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sqlalchemy-sqlitecloud?link=https%3A%2F%2Fpypi.org%2Fproject%2Fsqlalchemy-sqlitecloud%2F) + + This package enables SQLAlchemy to work seamlessly with SQLite Cloud. The dialect is built upon the existing `sqlite` dialect in SQLAlchemy. ## Beta Version