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.
- ORM Functionality: Replicates key features of MyBatis, providing object-relational mapping capabilities.
- Custom XML Mappers: Includes examples of XML mapper configurations mimicking MyBatis behavior.
- Java
- XML