WebPython News
Status: Beta
Brought to you by:
cpl
With this release, the database layer has been significantly modularized and overhauled; database-engine specific classes now inherit from common base classes.
New in this release is the VirtualTable object, with gives developers an immutable, searchable, table-like object on the application level. Eventually, all database access calls will return VirtualTables, but not yet.