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