python-databases 0.5.0-2 source package in Ubuntu

Changelog

python-databases (0.5.0-2) unstable; urgency=medium

  * Team upload.
  * Uploading to unstable (as per P1otr ACK on IRC).

 -- Thomas Goirand <email address hidden>  Wed, 29 Sep 2021 11:54:39 +0200

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-databases_0.5.0-2.dsc 2.2 KiB cac5d916f9c85eebe5ce3c6ca0db3bbddb9a5a53b1010854cce36983ce6f3e8c
python-databases_0.5.0.orig.tar.gz 14.7 KiB 530d5f489338bf34886cad0fb6f1584922cb25ce9684afec63c37f00e8d6725d
python-databases_0.5.0-2.debian.tar.xz 2.8 KiB 1428b8972656744c1d2c39d4baeee6b7431872c5943727d7bdf136b7e36eb00e

No changes file available.

Binary packages built by this source

python3-databases: async database support for Python's asyncio

 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, FastAPI or Bocadillo.