orangy / squash

SQL access DSL for Kotlin
265 stars 16 forks source link

Question: Comparing to Exposed #15

Closed raderio closed 5 years ago

raderio commented 5 years ago

How this library is different from https://github.com/JetBrains/Exposed ?

raderio commented 5 years ago

https://kotlinlang.slack.com/archives/C6J1N00DN/p1521531733000160

Squash is an attempt to refactor Exposed (long time ago) to fix DSL issues, extensibility on dialect side, support graph fetching and avoid TLS-stored transactions. Unfortunately, I didn’t have enough time to finish the work, but I still hope to return to it some day. We are talking with Exposed author @tapac about coordinating efforts and eventually joining forces. Note, that none of these libs are “official” JetBrains Kotlin SQL libs, they are both side projects of their respective authors.