kumquat-buildroot/package/python-sqlalchemy/Config.in
Flávio Tapajós 0f2f090892 package/python-sqlalchemy: bump version to 2.0.25
Hash of license file is changed due to:

-Copyright 2005-2022 SQLAlchemy authors and contributors <see AUTHORS file>.
+Copyright 2005-2024 SQLAlchemy authors and contributors <see AUTHORS file>.

Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-01-04 23:04:05 +01:00

15 lines
505 B
Plaintext

config BR2_PACKAGE_PYTHON_SQLALCHEMY
bool "python-sqlalchemy"
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
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