Files
web2py/gluon/sql.py
T
2012-10-19 10:37:07 -05:00

6 lines
283 B
Python

# this file exists for backward compatibility
__all__ = ['DAL','Field','DRIVERS']
from dal import DAL, Field, Table, Query, Set, Expression, Row, Rows, DRIVERS, BaseAdapter, SQLField, SQLTable, SQLXorable, SQLQuery, SQLSet, SQLRows, SQLStorage, SQLDB, GQLDB, SQLALL, SQLCustomType