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