Updated FAQ (markdown)

This commit is contained in:
Andrey.Tarashevskiy
2019-01-24 18:09:43 +03:00
committed by Andrey.Tarashevskiy
parent cd80edd864
commit faee95b2e0

4
FAQ.md
View File

@@ -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 didnt 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]]