]> git.mxchange.org Git - friendica.git/commit
Introduce Key-Value Pair storage provider
authorPhilipp <admin@philipp.info>
Thu, 29 Dec 2022 16:52:04 +0000 (17:52 +0100)
committerPhilipp <admin@philipp.info>
Thu, 29 Dec 2022 20:53:56 +0000 (21:53 +0100)
commit47764387b39138b161a269aa3970f1855c7dc02c
tree539a7d7a8b8b8978244589115b604e0785bf6c99
parent9a10bb4295ce7a17da73db4e7f7d8d71ab8df721
Introduce Key-Value Pair storage provider
src/Core/KeyValueStorage/Capabilities/ICanManageKeyValuePairs.php [new file with mode: 0644]
src/Core/KeyValueStorage/Exceptions/KeyValueStoragePersistenceException.php [new file with mode: 0644]
src/Core/KeyValueStorage/Type/AbstractKeyValueStorage.php [new file with mode: 0644]
src/Core/KeyValueStorage/Type/DBKeyValueStorage.php [new file with mode: 0644]
src/DI.php
static/dependencies.config.php
tests/src/Core/KeyValueStorage/DBKeyValueStorageTest.php [new file with mode: 0644]
tests/src/Core/KeyValueStorage/KeyValueStorageTest.php [new file with mode: 0644]