From f98cdb3370ba933a7a6e953551ad12506f7fa786 Mon Sep 17 00:00:00 2001 From: carl <44021312+achristmascarl@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:24:57 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93f1738..fa51a2d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ database targeted. **mysql and sqlite are also supported, but they are currently unstable**; use with caution, and check out the [known issues](#known-issues-and-limitations) section for things to look out for! +the postgres driver can also be used to connect to other databases that support +the postgres wire protocol, such as AWS Redshift. however, this functionality is not +well tested. in theory, the mysql driver should be able to do the same for databases +that support the mysql protocol. check each database's documentation for compatability. + ## disclaimer this software is currently under active development; expect breaking changes, @@ -247,8 +252,8 @@ are the default keybindings. #### query editor -Keybindings may not behave exactly like Vim. The full list of active -Vim keybindings in Rainfrog can be found at [vim.rs](./src/vim.rs). +keybindings may not behave exactly like vim. the full list of active +Vim keybindings in rainfrog can be found at [vim.rs](./src/vim.rs). | Keybinding | Description | | ----------------- | -------------------------------------- | @@ -359,8 +364,6 @@ features ## known issues and limitations - geometry types are not currently supported -- in sqlite, `EXPLAIN QUERY PLAN` does not work due to an issue with the - sql parser; see - for x11 and wayland, yanking does not copy to the system clipboard, only to the query editor's buffer. see - in addition to the experience being subpar if the terminal window is too