mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 08:11:18 +00:00
Updated FAQ (markdown)
This commit is contained in:
committed by
Andrey.Tarashevskiy
parent
cd80edd864
commit
faee95b2e0
4
FAQ.md
4
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]]
|
||||
|
||||
Reference in New Issue
Block a user