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
- Host: GitHub
- URL: https://github.com/chibat/mybatis-2way-sql
- Owner: chibat
- Created: 2018-06-30T09:04:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T04:17:52.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T12:25:33.849Z (4 months ago)
- Topics: 2way-sql, java, kotlin, mybatis, mybatis-plugin
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

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**.