ropensci / nodbi

Document DBI connector for R
https://docs.ropensci.org/nodbi
Other
76 stars 6 forks source link

Mappings from R to database types #1

Closed richfitz closed 11 months ago

richfitz commented 9 years ago

Obvious first candidate for support is data.frame, but could use some support for non-data.frame like indexable structures (i.e., lists) and nested lists (access like graphs).

sckott commented 9 years ago

So we have a plain english version of what each DB is doing, in the language of each DB

data.frame's

rfhb commented 11 months ago

Covered by documentation in package functions and at https://github.com/ropensci/nodbi#database-connections.