mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 14:50:46 +01:00
This allows us to use the full power of scala collections, to iterate over results, convert to options, etc. while staying purely functional and immutable. There is a catch though: the iterator is lazy, it must be materialized before the result set is closed, by converting the end result in a collection or an option. In other words, database methods must never return an `Iterable` or `Iterator`. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |