Source: anosql Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Florian Grignon Build-Depends: debhelper (>= 11~), dh-python, python3-all, python3-psycopg2, python3-pytest, python3-setuptools, python3-testing.postgresql, tox, Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/python-team/modules/anosql Vcs-Git: https://salsa.debian.org/python-team/modules/anosql.git Homepage: https://github.com/honza/anosql Testsuite: autopkgtest-pkg-python Package: python3-anosql Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Manage your raw SQL Queries in an elegant manner Inspired by Yesql library by Kris Jenkins, anosql provides an interface to manage your SQL queries against PostgreSQL and SQLite engine. . The interface gives the full flexibility and features of raw SQL to the developer. . Anosql can be seen as an alternative to ORM(s), and can be installed and used at the same time as other ORM libraries.