An open API service indexing awesome lists of open source software.

https://github.com/grunka/query

A library that wraps standard SQL code providing an Iterable to be able to stream the results
https://github.com/grunka/query

Last synced: about 1 year ago
JSON representation

A library that wraps standard SQL code providing an Iterable to be able to stream the results

Awesome Lists containing this project

README

          

Query
=====

A library that wraps standard SQL code providing an Iterable to be able to stream the results. Inspired by lots of recent [guava](https://code.google.com/p/guava-libraries/) usage.

Future Plans
------------

Some ideas
* Lenient mode where missing columns don't fail but warn instead, might be good for migration of schemas
* Mode where the field name is used if no annotation is present