OpenBD integrates Amazon SimpleDB with cfquery
CFML | (1)
We have been talking about bringing some new features to the table for OpenBD. Let us start with one that we were very eager to bring to the CFML community:
Amazon SimpleDB Integration right within the famous <cfquery> tag!
Getting access to this functionality is now very easy with OpenBD. We've added Simple DB functionality to our official Plugin that is available for use. This lets you build INSERT / DELETE / SELECT statements for accessing data sitting inside of Amazon SimpleDB.
The benefit of using CFQUERY for your Amazon SimpleDB API is that it literally saves you money. For each request you ...