Jump to content

Perl Object-Oriented Persistence

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 27.247.199.138 (talk) at 08:55, 15 December 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Poop stinks

  • RDBMS-OO Mappers: These tools attempt to map RDBMS data structures (tables, columns, rows) onto Perl objects.
  • OO-Persistence Tools: These tools attempt to map Perl objects into an arbitrary format, often an RDBMS.