TransWarp Database Framework
- Connections
- Classes for managing persistent connections to SQL and
LDAP databases.
- DataModel
- Manage retrieval, caching, and writing of "raw" data objects
formatted according to the structure of the "real" storage mechanism.
- LDAPModel
- DataModel, extended for LDAP (there'll probably be an
SQLModel module soon, too).
- Transactions
- Support for read-only vs. read-write transactions (needed
by DataModel and its derivatives)
- Interfaces
- Interfaces and exception classes for all of the above.
|