1 config BR2_PACKAGE_PYTHON_PYDAL
4 pyDAL is a pure Python Database Abstraction Layer. It
5 dynamically generates the SQL in real time using the
6 specified dialect for the database back end, so that you do
7 not have to write SQL code or learn different SQL dialects
8 (the term SQL is used generically), and your code will be
9 portable among different types of databases.
11 pyDAL comes from the original web2py's DAL, with the aim of
12 being wide-compatible. pyDAL doesn't require web2py and can
13 be used in any Python context.
15 https://github.com/web2py/pydal