559 B
559 B
| title | chunk | source | category | tags | date_saved | instance |
|---|---|---|---|---|---|---|
| Table data gateway | 1/1 | https://en.wikipedia.org/wiki/Table_data_gateway | reference | science, encyclopedia | 2026-05-05T11:39:41.461471+00:00 | 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 ==