[software] Rapport2
Josh Berkus
josh at agliodbs.com
Tue Oct 28 18:55:02 UTC 2008
> Not really. I do understand the reasoning for doing this, and it has its
> advantages, but it also has a number of disadvantages (no need to go
> into all that here).
The main disadvantage is that The Most Popular Database (tm) won't support
them effectively. ;-)
> As far as integrating with other apps, I am building the system in a way
> that will make exposing a REST (or REST-like) API fairly easy. The URIs
> are all "cool URIs" and all updates are done with proper REST semantics
> (POST, PUT, DELETE). The code includes various hacks to make this work
> with browsers, but that's largely transparent.
>
> Personally, I think a REST API has greater potential than stored
> procedures, especially for a hosted service, for obvious reasons.
Yes, some functionality could be implemented in middleware and some in
stored procedures, depending on the module. I can call a stored procedure
from a REST API.
--
--Josh
Josh Berkus
PostgreSQL
San Francisco
More information about the Foundations-software
mailing list