mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-14 12:40:16 +01:00
b13086072c
* Update docker & buildroot * Fix * fix versions
14 lines
450 B
Plaintext
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
|