[Bug 257313] [NEW PORT] databases/py-databases: Async database support for Python

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 30 Dec 2021 02:59:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257313

--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=d025e5c68e7e9a9634fc8f2dc3d7ba129c148d20

commit d025e5c68e7e9a9634fc8f2dc3d7ba129c148d20
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2021-12-30 02:19:13 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2021-12-30 02:58:27 +0000

    databases/py-databases: add port: Async database support for Python

    Databases gives you simple asyncio support for a range of databases.

    It allows you to make queries using the powerful SQLAlchemy Core expression
    language, and provides support for PostgreSQL, MySQL, and SQLite.

    Databases is suitable for integrating against any async Web framework, such
as
    Starlette, Sanic, Responder, Quart, aiohttp, Tornado, or FastAPI.

    WWW: https://github.com/encode/databases

    PR:             257313
    Reported by:    Goran Mekić <meka@tilda.center> (new maintainer)
    Reviewed by:    koobs

 databases/Makefile                                |  1 +
 databases/py-databases/Makefile (new)             | 51 +++++++++++++++++++++++
 databases/py-databases/distinfo (new)             |  3 ++
 databases/py-databases/files/patch-setup.py (new) | 11 +++++
 databases/py-databases/pkg-descr (new)            |  9 ++++
 5 files changed, 75 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.