Add MySQL caveat

pull/37/head
Varun Patil 2022-08-16 02:13:04 +00:00
parent dd118e07c9
commit 403de72ec5
1 changed files with 3 additions and 0 deletions

View File

@ -24,5 +24,8 @@
## Why a separate app?
The approach of this app is fundamentally different from the official Nextcloud Photos app, which is very lightweight and works entirely using webdav. This app instead maintains special metadata in a separate table on the backend, and thus can be considered to have different objectives.
## Limitations
Only works on MySQL for now.
## Special Thanks 🙏🏻
Nextcloud team. At least one half of the code is based on the work of the [Nextcloud Photos](https://github.com/nextcloud/photos).