Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 643 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 643 Bytes

This project contains 2 sub projects

1. kimmer

Port https://github.com/immerjs/immer for kotlin/jvm.

Click here to view more

2. kimmer-sql

SQL DSL for kotlin

  • API perspective:

    As static as possible, find problems while compiling, bring kotlin null safety to SQL.

  • Functional perspective:

    As dynamic as possible, make complex problems easy to solve. Not only dynamic where predicates, but also dynamic table joins. Support Automatic SQL optimization too.

Click here to view more