python-databases 0.9.0-1 source package in Ubuntu

Changelog

python-databases (0.9.0-1) unstable; urgency=medium

  * New upstream release
  * Requires SQLAlchemy >= 2.0.7

 -- Piotr Ożarowski <email address hidden>  Sun, 26 May 2024 15:03:56 +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
Oracular proposed universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-databases_0.9.0-1.dsc 2.2 KiB bbce16e221907acc55429a51161526dcd3026838af709060e6b261ce1a4cada7
python-databases_0.9.0.orig.tar.gz 30.4 KiB d2f259677609bf187737644c95fa41701072e995dfeb8d2882f335795c5b61b0
python-databases_0.9.0-1.debian.tar.xz 3.0 KiB b7fcef7ab87cbe2a73294e7c23b250676626ab8dacc1f209612ab6016803c6c7

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.