You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
|
|
config BR2_PACKAGE_PYTHON_SQLITESCHEMA
|
||
|
|
bool "python-sqliteschema"
|
||
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||
|
|
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
|
||
|
|
select BR2_PACKAGE_PYTHON_TABLEDATA # runtime
|
||
|
|
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
|
||
|
|
help
|
||
|
|
A Python library to dump table schema of a SQLite database
|
||
|
|
file.
|
||
|
|
|
||
|
|
https://github.com/thombashi/sqliteschema
|