facilejdbc
facilejdbc copied to clipboard
FacileJDBC - Fast, simple and lightweight JDBC wrapper
The method has been renamed to 'ResultSetParser::csv'.
It should be possible to do some basic configuration for the exported CSV format. Especially should it be possible to omit the CSV header.
Add a `ScopedValue` for `Connections`, which allows to use `Query` objects without an explicit connection parameter. ```java public final class Query { public T as( final ResultSetParser
Update the library to Java 25.