-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.qmd
66 lines (48 loc) · 1.57 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
title: "DBI for R"
comments: False
format:
html:
page-layout: full
about:
id: about-rdbi
template: jolla
image: https://avatars.githubusercontent.com/u/5695665?s=200&v=4
image-shape: rectangle
links:
- icon: github
text: GitHub
href: https://github.com/r-dbi
listing:
- id: blog
contents:
- "blog/*/*.qmd"
type: default
fields: [title, subtitle, author, description, date]
sort:
- "date desc"
- "title asc"
---
:::{#about-rdbi}
R's interface to databases, with a testable and human-readable specification, a selection of backend packages to connect with various databases, and a boilerplate for developing new backends.
:::
## Packages
:::::{.grid}
::::{.g-col-8 .g-col-md-4}
### Interface
The [DBI](https://dbi.r-dbi.org/) package defines generic methods that work almost identically across databases.
This is checked by [DBItest](https://dbitest.r-dbi.org/), which also provides a human-readable [specification](https://cran.r-project.org/web/packages/DBI/vignettes/spec.html).
::::
::::{.g-col-8 .g-col-md-4}
### Backends
The [RSQLite](https://rsqlite.r-dbi.org/), [RMariaDB](https://rmariadb.r-dbi.org/), and [RPostgres](https://rpostgres.r-dbi.org/) packages implement methods defined by DBI that connect to specific databases.
There are [more packages](/backends) that connect to other databases.
::::
::::{.g-col-8 .g-col-md-4}
### Boilerplate
The [RKazam](https://rkazam.r-dbi.org/) package makes it easy for package developers to create a new package to a new DBMS.
::::
::::
## Blog posts
:::{#blog}
:::