python3-sqlsoup

One step database access tool for Python3, built on the SQLAlchemy ORM
  https://pypi.python.org/pypi/sqlsoup
  0
  no reviews



SQLSoup provides a convenient way to map Python objects to relational database tables, with no declarative code of any kind. It's built on top of the SQLAlchemy ORM and provides a super-minimalistic interface to an existing database.

This package provides support for Python3.