Metadata-Version: 1.1
Name: sqlalchemy-foundationdb
Version: 0.9.0dev
Summary: FoundationDB SQL Layer Dialect and ORM Extension for SQLAlchemy
Home-page: https://github.com/FoundationDB/sql-layer-adapter-sqlalchemy
Author: Mike Bayer
Author-email: mike@zzzcomputing.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
        =============
        
        Please see the docs/ folder for documentation.
Keywords: FoundationDB SQLAlchemy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
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
