What is MyBatis?
It is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. It eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results. It can use simple XML or Annotations for configuration and map primitives, Map interfaces and Java POJOs (Plain Old Java Objects) to database records.
MyBatis is a tool in the Object Relational Mapper (ORM) category of a tech stack.
MyBatis is an open source tool with 19.8K GitHub stars and 12.9K GitHub forks. Here’s a link to MyBatis's open source repository on GitHub
Who uses MyBatis?
Companies
19 companies reportedly use MyBatis in their tech stacks, including Tech-Stack, apkg, and MOVILL.
Developers
160 developers on StackShare have stated that they use MyBatis.
Pros of MyBatis
6
3
3
3
2
MyBatis Alternatives & Comparisons
What are some alternatives to MyBatis?
Hibernate
Hibernate is a suite of open source projects around domain models. The flagship project is Hibernate ORM, the Object Relational Mapper.
Flyway
It lets you regain control of your database migrations with pleasure and plain sql. Solves only one problem and solves it well. It migrates your database, so you don't have to worry about it anymore.
Spring Data
It makes it easy to use data access technologies, relational and non-relational databases, map-reduce frameworks, and cloud-based data services. This is an umbrella project which contains many subprojects that are specific to a given database.
jOOQ
It implements the active record pattern. Its purpose is to be both relational and object oriented by providing a domain-specific language to construct queries from classes generated from a database schema.
MySQL
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.