1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 14:50:46 +01:00
eclair/eclair-core
Pierre-Marie Padiou 4dc2910c4e
Make result set an iterable (#1823)
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`.
2021-05-25 19:03:17 +02:00
..
src Make result set an iterable (#1823) 2021-05-25 19:03:17 +02:00
eclair-cli Refactor and simplify API dsl (#1690) 2021-03-09 15:23:50 +01:00
pom.xml Set version to 0.6.1-SNAPSHOT (#1813) 2021-05-19 15:08:42 +02:00