All Projects → mybatis → Mybatis 3

mybatis / Mybatis 3

Licence: other
MyBatis SQL mapper framework for Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mybatis 3

Mybatis Boost
Boost your mybatis sql developing experience
Stars: ✭ 134 (-99.19%)
Mutual labels:  sql, mybatis
Erupt
🚀 纯 Java 注解,快速开发 Admin 管理后台。不生成任何代码、零前端代码、零 CURD、自动建表、注解式API,支持所有主流数据库,支持自定义页面,支持多数据源,提供二十几类业务组件,十几种展示形式,支持逻辑删除,动态定时任务,前端后端分离等。核心技术:Spring Boot、JPA、Reflect、TypeScript、NG-ZORRO等。 开源不易,记得右上角点个star鼓励作者~
Stars: ✭ 421 (-97.47%)
Mutual labels:  sql, mybatis
Java Persistence Frameworks Comparison
Comparison of non-JPA SQL mapping frameworks for Java (Jooq, Spring JDBCTemplate, MyBatis, EBean, JDBI, Speedment, sql2o)
Stars: ✭ 213 (-98.72%)
Mutual labels:  sql, mybatis
Smartsql
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
Stars: ✭ 775 (-95.34%)
Mutual labels:  sql, mybatis
Minidao
轻量级JAVA持久层,类似Mybatis一样的用法,基于SpringJdbc实现更轻量
Stars: ✭ 177 (-98.93%)
Mutual labels:  sql, mybatis
Springboot mybatisplus
SpringBoot集成MyBatisPlus
Stars: ✭ 199 (-98.8%)
Mutual labels:  sql, mybatis
Sqlhelper
SQL Tools ( Dialect, Pagination, DDL dump, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test) based Java. it is easy to integration into any ORM frameworks
Stars: ✭ 242 (-98.54%)
Mutual labels:  sql, mybatis
Instrumentedsql
A sql driver that will wrap any other driver and log/trace all its calls
Stars: ✭ 244 (-98.53%)
Mutual labels:  sql
Yearning Go
Mysql web端sql审核平台
Stars: ✭ 249 (-98.5%)
Mutual labels:  sql
Data
ATK Data - Data Access Framework for high-latency databases (Cloud SQL/NoSQL).
Stars: ✭ 243 (-98.54%)
Mutual labels:  sql
Ultimatepp
U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
Stars: ✭ 237 (-98.57%)
Mutual labels:  sql
Tora
TOra is an open source SQL IDE for Oracle, MySQL and PostgreSQL dbs
Stars: ✭ 245 (-98.53%)
Mutual labels:  sql
Swifql
💎 A Swift DSL for type-safe, extensible, and transformable SQL queries.
Stars: ✭ 250 (-98.5%)
Mutual labels:  sql
Sql Lint
An SQL linter
Stars: ✭ 243 (-98.54%)
Mutual labels:  sql
Huge Collection Of Cheatsheet
Share of my Huge Collection of Cheatsheet (Coding, Cheat, Pinouts, Command Lists, Etc.)
Stars: ✭ 250 (-98.5%)
Mutual labels:  sql
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (-98.54%)
Mutual labels:  sql
Xo
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
Stars: ✭ 2,974 (-82.1%)
Mutual labels:  sql
Bitnami Docker Mariadb
Bitnami MariaDB Docker Image
Stars: ✭ 251 (-98.49%)
Mutual labels:  sql
Spring Cloud Shop
spring cloud 版分布式电商项目,全力打造顶级多模块,高可用,高扩展电商项目
Stars: ✭ 248 (-98.51%)
Mutual labels:  mybatis
Jaydebeapi
JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
Stars: ✭ 247 (-98.51%)
Mutual labels:  sql

MyBatis SQL Mapper Framework for Java

build Coverage Status Maven central Sonatype Nexus (Snapshots) License Stack Overflow Project Stats

mybatis

The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using an XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

Essentials

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].