Metadata-Version: 2.2
Name: sqlalchemy_singlestoredb_backticks_patched
Version: 1.1.1
Summary: SQLAlchemy dialect for the SingleStoreDB database (with backticks patch)
Home-page: https://github.com/singlestore-labs/sqlalchemy-singlestoredb
Author: SingleStore
Author-email: support@singlestore.com
License: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: singlestoredb>=1.0.0
Requires-Dist: sqlalchemy<3.0.0dev,>=1.4.0

# <img src="https://raw.githubusercontent.com/singlestore-labs/singlestoredb-python/main/resources/singlestore-logo.png" height="60" valign="middle"/> SingleStoreDB SQLAlchemy Dialect

This project contains a [SQLAlchemyDB](https://sqlalchemy.org) dialect which allows
you to use the SQLAlchemy APIs with the [SingleStoreDB](https://singlestore.com) database.

## Install

This package can be install from PyPI using `pip`:
```
pip install sqlalchemy-singlestoredb
```

## License

This library is licensed under the [Apache 2.0 License](https://raw.githubusercontent.com/singlestore-labs/singlestoredb-python/main/LICENSE?token=GHSAT0AAAAAABMGV6QPNR6N23BVICDYK5LAYTVK5EA).

## Resources

* [Documentation](https://sqlalchemy-singlestoredb.labs.singlestore.com)
* [SingleStore](https://www.singlestore.com)
* [SQLAlchemy](https://sqlalchemy.org)
