[PR #47] [MERGED] Added CouchDB storage #72

Closed
opened 2026-01-23 11:35:06 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/KeyValueStore/pull/47
Author: @EmanueleMinotto
Created: 10/22/2015
Status: Merged
Merged: 12/9/2015
Merged by: @Ocramius

Base: masterHead: couchdb


📝 Commits (1)

📊 Changes

4 files changed (+302 additions, -3 deletions)

View changed files

📝 README.md (+2 -2)
📝 composer.json (+2 -1)
lib/Doctrine/KeyValueStore/Storage/CouchDbStorage.php (+139 -0)
tests/Doctrine/Tests/KeyValueStore/Storage/CouchDbStorageTest.php (+159 -0)

📄 Description

Closes https://github.com/doctrine/KeyValueStore/issues/40


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/KeyValueStore/pull/47 **Author:** [@EmanueleMinotto](https://github.com/EmanueleMinotto) **Created:** 10/22/2015 **Status:** ✅ Merged **Merged:** 12/9/2015 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `couchdb` --- ### 📝 Commits (1) - [`5da1efc`](https://github.com/doctrine/KeyValueStore/commit/5da1efcd7cc6a53a8ddc4798f3dc0bd2f7d1e8bf) added CouchDB storage ### 📊 Changes **4 files changed** (+302 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `composer.json` (+2 -1) ➕ `lib/Doctrine/KeyValueStore/Storage/CouchDbStorage.php` (+139 -0) ➕ `tests/Doctrine/Tests/KeyValueStore/Storage/CouchDbStorageTest.php` (+159 -0) </details> ### 📄 Description Closes https://github.com/doctrine/KeyValueStore/issues/40 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:35:06 +01:00
admin closed this issue 2026-01-23 11:35:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#72