Blame view

buildroot/buildroot-2016.08.1/package/python-pydal/Config.in 603 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  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