List SQL backend extensions as alternatives

This commit is contained in:
Christian Weiske
2019-01-30 11:05:20 +01:00
committed by GitHub
parent 5df00dc149
commit c35b073a73

View File

@@ -131,3 +131,11 @@ Add the following to your `config.php`:
'arguments' => array('https://example.com/webdav'),
),
),
Alternatives
------------
Other extensions allow connecting to external user databases directly via SQL, which may be faster:
* [user_sql](https://github.com/nextcloud/user_sql)
* [user_backend_sql_raw](https://github.com/PanCakeConnaisseur/user_backend_sql_raw)