rascala
Results
12
comments of
rascala
I think its doable with some caveats. ets is a bit tricky, the table-names are global to all processes. So we would need to use name-mangling and manage that internally....
Looks like you'd have to use "from" `from(Citizens).select(Citizens.name, Citizens.id).where { Citizens.name eq "name" } ` I'm looking at the benchmarks file: [https://github.com/orangy/squash/blob/master/squash-benchmarks/src/org/jetbrains/squash/benchmarks/QueryBenchmark.kt](url)