mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #18] [MERGED] Initial AWS SimpleDB storage implementation #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/KeyValueStore/pull/18
Author: @stanlemon
Created: 9/21/2013
Status: ✅ Merged
Merged: 3/31/2014
Merged by: @guilhermeblanco
Base:
master← Head:simpledb📝 Commits (3)
b3e42baInitial AWS SimpleDB storage implementation (does not include composite keys)c447e28Fixed docblocksfb19abfMoved protected methods to the end of the file.📊 Changes
1 file changed (+183 additions, -0 deletions)
View changed files
➕
lib/Doctrine/KeyValueStore/Storage/SimpleDbStorage.php(+183 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.