1config BR2_PACKAGE_PYTHON_SQLALCHEMY
2	bool "python-sqlalchemy"
3	select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
4	help
5	  SQLAlchemy is the Python SQL toolkit and Object Relational
6	  Mapper that gives application developers the full power and
7	  flexibility of SQL.
8
9	  It provides a full suite of well known enterprise-level
10	  persistence patterns, designed for efficient and
11	  high-performing database access, adapted into a simple and
12	  Pythonic domain language.
13
14	  http://www.sqlalchemy.org
15