facilejdbc icon indicating copy to clipboard operation
facilejdbc copied to clipboard

FacileJDBC - Fast, simple and lightweight JDBC wrapper

Results 5 facilejdbc issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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.