buildroot/package/python-sqlalchemy/Config.in
Adam Duskett 133a0a3b9e python-sqlalchemy: new package
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: fix check-package warnings.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-02-10 16:19:29 +01:00

14 lines
450 B
Plaintext

config BR2_PACKAGE_PYTHON_SQLALCHEMY
bool "python-sqlalchemy"
help
SQLAlchemy is the Python SQL toolkit and Object Relational
Mapper that gives application developers the full power and
flexibility of SQL.
It provides a full suite of well known enterprise-level
persistence patterns, designed for efficient and
high-performing database access, adapted into a simple and
Pythonic domain language.
http://www.sqlalchemy.org