1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-06 06:41:33 +02:00

gnu: python-databases: Revise description.

* gnu/packages/databases.scm (python-databases)[synopsis]: Spell out
“Asynchronous”.
[description]: Mention that it's a wrapper around other libraries using
SQLAlchemy.
This commit is contained in:
Liliana Marie Prikler
2023-03-18 09:48:02 +01:00
committed by Ricardo Wurmus
parent 8f01f084d3
commit dd3ee6073e
+3 -2
View File
@@ -3763,8 +3763,9 @@ managers for automatically closing connections.")
python-asyncmy
python-sqlalchemy))
(home-page "https://github.com/encode/databases")
(synopsis "Async database support for Python")
(description "This package implements async database support for Python.")
(synopsis "Asynchronous database abstraction library")
(description "Databases provides a wrapper around asynchronous database
libraries with SQLALchemy.")
(license license:bsd-3)))
(define-public python-psycopg2