GLORP (Generalized Lightweight Object-Relational Persistence) is an object-to-relational-database mapping layer for Smalltalk. GLORP is an open source project (see http://sourceforge.net/projects/glorp/ for details) whose code has been made available for a number of dialects of Smalltalk.GLORP can be used with a number of relational databases including DB2 and Oracle. It also supports the ODBC database interface.Many of the concepts used by GLORP are discussed in Martin Fowler’s book Patterns of Enterprise Application Architecture published by Addison-Wesley in 2003. For those that wish to learn more about object-to-relational mappings references to relevant sections of the book are given in this tutorial.
![]() |