branch: elpa/emacsql commit 3042597a723157f7a69765d833107b5e9efb3562 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Add note about lack of Windows support. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 540a7b07ab..c76ed67f1d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ particular software installed. Requires Emacs 24.3 or later. +### Windows Issues + +Emacs `start-process-shell-command` function is not supported on +Windows. Since both `emacsql-mysql` and `emacsql-psql` rely on this +function, neither of these connection types are supported on Windows. + ## Example Usage ```el