Skip to content

Simplify and improve querying #2

Open
@fjenett

Description

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")

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions