mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/python-sqlparse: new package
sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
4903bbaaef
commit
b11bcfffdf
8
package/python-sqlparse/Config.in
Normal file
8
package/python-sqlparse/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_SQLPARSE
|
||||
bool "python-sqlparse"
|
||||
help
|
||||
sqlparse is a non-validating SQL parser for Python.
|
||||
It provides support for parsing, splitting and formatting
|
||||
SQL statements.
|
||||
|
||||
https://github.com/andialbrecht/sqlparse
|
||||
Reference in New Issue
Block a user