Fix typo, closes #1362
This commit is contained in:
parent
acc6f5a79b
commit
f5c5cd124a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue