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
- Host: GitHub
- URL: https://github.com/grunka/query
- Owner: grunka
- Created: 2012-12-20T20:46:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T13:12:26.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T00:08:12.375Z (about 2 years ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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