diff --git a/FAQ.md b/FAQ.md index 5a13ce7..2badb97 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,3 +1,7 @@ +### Q: [Squash](https://github.com/orangy/squash) is same as Exposed. Where is the difference? +A: [Ilya Ryzhenkov](https://github.com/orangy/) (Squash maintainer) answers: +> 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 maintainer [@tapac](https://github.com/orangy/) 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. + ### Q: Can I use multiple Database Connections? A: Yes. See [[Working with a multiple databases|Transactions#working-with-a-multiple-databases]]