Skip to content

Simplify and improve querying #2

Description

@fjenett

Smarter queries:

db.query( String )
db.query( String, Object ... args ) {
db.query( String.format( String, args ) )
}

or just use a [PreparedStatement](http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html PreparedStatement) which seems to bring in

select("table_name").all()
select("table_name").where("name",Object).groupBy("foo")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions