Basics

SQL Components simplifies how your Java application interacts with relational databases by providing three core concepts:

  1. DataManager: Handles database connections and manages access to various database objects.
  2. Model: Represents the structure of database tables as simple Java objects (POJOs).
  3. Store: An interface that allows you to perform common database operations like Select, Insert, Update, and Delete on tables.