Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/attitude/elements-storage-table
Element: Storage – Database Table Implementation
https://github.com/attitude/elements-storage-table
Last synced: about 6 hours ago
JSON representation
Element: Storage – Database Table Implementation
- Host: GitHub
- URL: https://github.com/attitude/elements-storage-table
- Owner: attitude
- License: mit
- Created: 2013-09-23T15:11:21.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2013-09-28T13:18:31.000Z (about 11 years ago)
- Last Synced: 2023-03-11T07:18:29.512Z (over 1 year ago)
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Element: Storage in Table
=========================###### Element: Storage – Database Table Implementation
***(incomplete, untested, rewritten too many times)***
Storage in table build with only basic set of API calls similar to [Memcached](http://memcached.org "A distributed memory object caching system"):
- exists()
- get()
- add()
- set()
- replace()
- delete()Uses PDO connection, lazy scheme load.
> PS: Right now the [Blob_Prototype](./Blob/Prototype.php) can serve as an example of usage.
**Enjoy!**
[@martin_adamko](http://twitter.com/martin_adamko)
*Say hi on Twitter*