Is there a standard for REST database connectivity, or anyone hearing any whiffs of a plan? A standard similar to JDBC or ODBC for REST?
I am not asking about some people who have in-house impl of JDBC over HTTP REST.
Let me illustrate …
e.g.,
http: // dataserver:5200/{instance}/{schema}
Accept: application/xml
Encoding: utf-8
Authorization: blah blah
Querystring: select * from hello where id>100
Take a look at the Open Data Protocol: http://www.odata.org/