Metadata-Version: 1.0
Name: sqlalchemy-foundationdb
Version: 0.9.2
Summary: FoundationDB SQL Layer Dialect and ORM Extension for SQLAlchemy
Home-page: https://github.com/FoundationDB/sql-layer-adapter-sqlalchemy
Author: FoundationDB
Author-email: distribution@foundationdb.com
License: MIT
Description: ========================
        SQLAlchemy-FoundationDB
        ========================
        
        SQLAlchemy-FoundationDB provides a `SQLAlchemy <http://www.sqlalchemy.org>`_
        dialect for the FoundationDB SQL Layer, as well as
        a Core/ORM extension library allowing direct control of FoundationDB SQL nested
        SELECT statements and result sets.
        
        The library requires the ``foundationdb-sql`` package to be installed, as well as the
        ``psycopg2`` database API.
        
        Documentation
        =============
        
        See https://foundationdb.com/layers/sql/documentation/AppIntegration/SQLAlchemy/dialect/.
        
        
Keywords: FoundationDB SQLAlchemy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Database :: Front-Ends
