mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
15 lines
505 B
Plaintext
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
|