]> git.mxchange.org Git - friendica.git/commit
Add Database storage backend
authorfabrixxm <fabrix.xm@gmail.com>
Thu, 29 Nov 2018 07:36:39 +0000 (08:36 +0100)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 21 Jan 2019 14:11:33 +0000 (09:11 -0500)
commite5c2d4e2f8feaa14ed53fec3d771d9195edd6649
tree86f74b6c5e9f3490aa9cbcc49480fbebf915b451
parent6e85a18678a0404b657e67e8515f962fe38a6a5e
Add Database storage backend

This storage store files data in a separate database table
config/dbstructure.config.php
database.sql
src/Model/Storage/Database.php [new file with mode: 0644]