diff --git a/databases.qmd b/databases.qmd index 07bd9ad..3448039 100644 --- a/databases.qmd +++ b/databases.qmd @@ -65,7 +65,7 @@ To connect to the database from R, you'll use a pair of packages: - You'll also use a package tailored for the DBMS you're connecting to. This package translates the generic DBI commands into the specifics needed for a given DBMS. - There's usually one package for each DMBS, e.g. + There's usually one package for each DBMS, e.g. RPostgres for Postgres and RMariaDB for MySQL. If you can't find a specific package for your DBMS, you can usually use the odbc package instead.