Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
Add note about support in R
Browse files Browse the repository at this point in the history
  • Loading branch information
harrybiddle authored and mildbyte committed Apr 15, 2021
1 parent 829c30c commit ef3bcd3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ SQL queries work, allowing you to use Splitgraph data in your Metabase dashboard

Introspection query interception doesn't work on DataGrip (you will see an empty tree in the sidebar) but you can still run all SQL queries.

### R, RStudio

The `RPostgres` driver does not support connecting to clients which have disabled prepared statements (see the [GitHub issue](https://github.com/r-dbi/RPostgres/issues/185) for details) so it is recommended that you use the `RPostgreSQL` driver instead.

## Roadmap

We aim to make the SQL endpoint the core of Splitgraph's offering, moving us to being a "data delivery network": a single endpoint giving you access to all your data with extra services like caching, granular access control, auditing, query firewalling or performance optimization.
Expand Down

0 comments on commit ef3bcd3

Please sign in to comment.