Persistence software: bridging object-oriented programming and relational databases

  • Authors:
  • Arthur M. Keller;Richard Jensen;Shailesh Agarwal

  • Affiliations:
  • Stanford University, and Persistence Software;Persistence Software;Persistence Software

  • Venue:
  • SIGMOD '93 Proceedings of the 1993 ACM SIGMOD international conference on Management of data
  • Year:
  • 1993

Quantified Score

Hi-index 0.00

Visualization

Abstract

Building object-oriented applications which access relational data introduces a number of technical issues for developers who are making the transition to C++. We describe these issues and discuss how we have addressed them in Persistence, an application development tool that uses an automatic code generator to merge C++ applications with relational data. We use client-side caching to provide the application program with efficient access to the data.