about summary refs log tree commit diff
path: root/src/database/file/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added a WIP file backendVika2021-08-151-0/+173
Currently unavailable for use and only has basic GET and POST operations implemented. A lot more work is needed to make it truly usable. Locking is implemented using flock() system call on Linux.