Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation instructions for databases #227

Open
ethanwhite opened this issue Jul 11, 2020 · 1 comment
Open

Add installation instructions for databases #227

ethanwhite opened this issue Jul 11, 2020 · 1 comment

Comments

@ethanwhite
Copy link
Member

Looks like optional packages for doing this aren't getting installed by default at the moment. Rough outline.

MariaDB

reticulate::py_install('pymysql')
install.packages('DBI')
install.packages('RMariaDB')

Postgres

reticulate::py_install('psycopg2')
install.packages('DBI')
install.packages('Rpostgresql')

SQLite

install.packages('DBI')
install.packages('RSQLite')
@ethanwhite ethanwhite changed the title Add instructions for using Postgres & MariaDB Add installation instructions for databases Jul 11, 2020
@henrykironde
Copy link
Contributor

We are using psycopg2-binary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants