SugarBean


This guide provides an overview of the SugarBean.

Topics

  • CRUD Handling
    The SugarBean class supports all the model operations to and from the database. Any module that interacts with the database utilizes the SugarBean class, which contains methods to create, read/retrieve, update, and delete records in the database.
  • Fetching Relationships
    The SugarBean class supports fetching related information from the database.