Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 508 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 508 Bytes

MyRosko

Overview

MyRosko is a Java-based project that emulates the functionalities of the MyBatis framework. This repository serves as a learning tool for understanding and implementing the MyBatis ORM framework through a custom-built clone.

Features

  • ORM Functionality: Replicates key features of MyBatis, providing object-relational mapping capabilities.
  • Custom XML Mappers: Includes examples of XML mapper configurations mimicking MyBatis behavior.

Technologies Used

  • Java
  • XML