--- title: "Table data gateway" chunk: 1/1 source: "https://en.wikipedia.org/wiki/Table_data_gateway" category: "reference" tags: "science, encyclopedia" date_saved: "2026-05-05T11:39:41.461471+00:00" instance: "kb-cron" --- Table Data Gateway is a design pattern in which an object acts as a gateway to a database table. The idea is to separate the responsibility of fetching items from a database from the actual usages of those objects. Users of the gateway are then insulated from changes to the way objects are stored in the database. == References ==