Added a note about dbaas in the readme.

This commit is contained in:
Matt Farina 2012-08-06 15:37:59 -04:00
parent 7824fac13d
commit ca437b360a

View File

@ -7,6 +7,7 @@ You can use this library to:
* Authenticate your application to the HP Cloud. * Authenticate your application to the HP Cloud.
* Interact with Object Storage (aka Swift). * Interact with Object Storage (aka Swift).
* Interact with CDN service (Content Delivery Network). * Interact with CDN service (Content Delivery Network).
* Interact with our relational database (DBaaS and MySQL compatible)
Coming soon: Coming soon:
@ -25,6 +26,10 @@ Coming soon:
We also have support for using PHP's native HTTP stream wrapper, but it We also have support for using PHP's native HTTP stream wrapper, but it
is not as reliable. We recommend cURL. is not as reliable. We recommend cURL.
## Warnings
The API for services in beta (e.g., DBaaS) should be considered beta as well.
## Installation ## Installation
There are currently two methods of installation. We've been considering There are currently two methods of installation. We've been considering