Files
web2py/gluon/sql.py
Massimo Di Pierro d421c1321b initial commit
2011-11-22 23:30:42 -06:00

9 lines
286 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