
DuckDB: Using the Database in R with Database Interface (DBI)
Kirti Talwar
6 tracks
Voice Stories
विवरण
DuckDB is an open-source embedded relational database. There is no server to install and administer. All you need is a client. One of the clients supported is R.When you have theduckdbpackage, which is the DuckDB client for R, you can create a new database. The package provides a rich set of DBI (Database Interface) methods for interacting and maintaining data in the database.This book shows you how to use the DBI methods from the duckdb package.Read more
अपलोडर
संबंधित सामग्री
एपिसोड (6)
1
Chapter 1: Connecting to Database
2
Chapter 2: Table
3
Chapter 3: Maintaining Data
4
Chapter 4: Queries
5
Chapter 5: Data frame
6
Chapter 6: Transaction