Config.in 603 B

123456789101112131415
  1. config BR2_PACKAGE_PYTHON_PYDAL
  2. bool python-pydal
  3. help
  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.
  10. pyDAL comes from the original web2py's DAL, with the aim of
  11. being wide-compatible. pyDAL doesn't require web2py and can
  12. be used in any Python context.
  13. https://github.com/web2py/pydal