Skip to content

A simple Java API for submitting SQL to a database and having data returned in a usable form

Notifications You must be signed in to change notification settings

blaineziegler/fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

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.

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

No packages published

Languages