doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

Initial AWS SimpleDB storage implementation #18

Closed stanlemon closed 10 years ago

stanlemon commented 11 years ago

This implementation does involve composite keys. If there is interest I think I can add that in, as that's a big reason to be using SimpleDb over DynamoDb anyhow. I also need suggestion on best practices for escaping the field data in the SelectExpression.

stanlemon commented 11 years ago

Is there any interest in this or the DynamoDB storage implementation? Just wondering if there is anything I need or can do to move this forward or not.