mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/python-pydal: new package
This package adds the python-pydal python package. pyDAL is a pure Python Database Abstraction Layer. [Thomas: - rewrap Config.in help text - add upstream URL in Config.in help text.] Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
5a8951273a
commit
84057b2ead
16
package/python-pydal/Config.in
Normal file
16
package/python-pydal/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_PYTHON_PYDAL
|
||||
bool python-pydal
|
||||
help
|
||||
|
||||
pyDAL is a pure Python Database Abstraction Layer. It
|
||||
dynamically generates the SQL in real time using the
|
||||
specified dialect for the database back end, so that you do
|
||||
not have to write SQL code or learn different SQL dialects
|
||||
(the term SQL is used generically), and your code will be
|
||||
portable among different types of databases.
|
||||
|
||||
pyDAL comes from the original web2py's DAL, with the aim of
|
||||
being wide-compatible. pyDAL doesn't require web2py and can
|
||||
be used in any Python context.
|
||||
|
||||
https://github.com/web2py/pydal
|
||||
Reference in New Issue
Block a user