scala_sql
scala_sql copied to clipboard
scala sql is a simple SQL like DSL implementation writen in scala. It's main function is to do some computation with List<Map> by writen simple SQL
Results
2
scala_sql issues
Sort by
recently updated
recently updated
newest added
Bumps [junit](https://github.com/junit-team/junit4) from 4.4 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
dependencies
where表达式我添加了like,可是where name in ('a','b')这种怎么实现呢?