DBACCESS RESEARCH
The document discusses DBAccess, an iOS ORM (object-relational mapper) that provides an alternative to CoreData. It highlights features like automatic modeling from class structures, a fluent query interface, an event model for tracking database changes, and support for managed and unmanaged objects. The document also provides code examples for setting up a project with DBAccess, creating data objects and properties, performing queries and handling results, and using the event model.