The goal of the odbc package is to provide a DBI-compliant interface to Open Database Connectivity (ODBC) drivers. This allows for an efficient, easy to setup connection to any database with ODBC drivers available, including SQL Server, Oracle, MySQL, PostgreSQL, SQLite and others. The implementation builds on the nanodbc C++ library.
Posts
odbc v1.2.0
odbc 1.2.0 is now on CRAN. It includes improvements to dealing with schemas, an API for immediate execution, and a new parameter to …
Talks
odbc: A modern database interface
Getting data into and out of databases is one of the most fundamental parts of data science. Much of the world’s data is stored in …
Database Best Practices
Getting data into and out of databases is one of the most fundamental parts of data science. Much of the world’s data is stored …
Database Best Practices
Getting data into and out of databases is one of the most fundamental parts of data science. Much of the world’s data is stored …