DBI File Backend #13
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-dbi#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
This backend will work similar to the MongoDB backend and allow files to be stored in a PDO database using the Hazaar\DBI library.
Main file table:
File data chunk table:
While I have built this to support chunks in the database, the backend itself currently only writes a single chunk. However, reads handle multiple data chunks.
closed