An open API service indexing awesome lists of open source software.

https://github.com/chibat/mybatis-2way-sql

mybatis 2way sql scripting plugin
https://github.com/chibat/mybatis-2way-sql

2way-sql java kotlin mybatis mybatis-plugin

Last synced: about 2 months ago
JSON representation

mybatis 2way sql scripting plugin

Awesome Lists containing this project

README

        

# MyBatis 2Way SQL Scripting Plugin

I tried to make [2-Way SQL](https://doma.readthedocs.io/ja/doma-3/sql/#id8) available on MyBatis.

Following is syntax highlighting(IntelliJ + Kotlin).

![highlight](highlight.png)

This is not a realistic approach because it fully incorporates [Doma](https://github.com/domaframework/doma)'s jar.

You had better use Doma instead of MyBatis, if you want to use **2-Way SQL**.