Config.in 505 B

1234567891011121314
  1. config 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. 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. http://www.sqlalchemy.org