Proceedings of the XXth Conference of Open Innovations Association FRUCT (Nov 2023)

Design of Data Access Architecture Using ORM Framework

  • Filip Majerík,
  • Monika Borkovcova

DOI
https://doi.org/10.23919/FRUCT60429.2023.10328151
Journal volume & issue
Vol. 34, no. 1
pp. 99 – https://youtu.be/0ND605N_kxs

Abstract

Read online

Nowadays, various ORM frameworks are becoming a key part of computer system architecture. These frameworks provide developers with relatively easy manipulation of data stored in various database systems, even without knowledge of complex database systems. In this article, we have focused on leveraging the benefits of implementing an ORM framework while minimizing the impact on software performance. The design of an intelligent data intermediate layer is described within this paper. This provides optimized communication between the application layer and subsequently the ORM Framework. At the same time, attempts have been made to extend the layer with an additional caching layer, which however proved to be unhelpful for simple SQL queries.

Keywords