Add MySQL caveat
parent
dd118e07c9
commit
403de72ec5
|
@ -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).
|
Loading…
Reference in New Issue