Fetch provides simple tools for executing SQL select, insert, update, delete, and arbitrary commands against a database. Handling the results of a select statement is particularly straightforward; plain Java is used rather than object-relational mapping. One of the core classes of Fetch, FetchDefaultImpl, makes extensive use of Spring's JdbcTemplate, wrapping it with a simpler API.
-
Notifications
You must be signed in to change notification settings - Fork 0
blaineziegler/fetch
About
A simple Java API for submitting SQL to a database and having data returned in a usable form
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published