mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
8f01f084d3
commit
dd3ee6073e
1 changed files with 3 additions and 2 deletions
|
@ -3763,8 +3763,9 @@ (define-public python-databases
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue