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 @@ managers for automatically closing connections.")
|
||||||
python-asyncmy
|
python-asyncmy
|
||||||
python-sqlalchemy))
|
python-sqlalchemy))
|
||||||
(home-page "https://github.com/encode/databases")
|
(home-page "https://github.com/encode/databases")
|
||||||
(synopsis "Async database support for Python")
|
(synopsis "Asynchronous database abstraction library")
|
||||||
(description "This package implements async database support for Python.")
|
(description "Databases provides a wrapper around asynchronous database
|
||||||
|
libraries with SQLALchemy.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-psycopg2
|
(define-public python-psycopg2
|
||||||
|
|
Reference in a new issue