Learn R Programming

SQLove

a lightweight R package for handling complex SQL scripts including temp tables, multiple queries, etc.

Copy Link

Version

Install

install.packages('SQLove')

Monthly Downloads

502

Version

1.0.1

License

MIT + file LICENSE

Maintainer

Kerns Sam

Last Published

April 10th, 2025

Functions in SQLove (1.0.1)

dbGetMultiQuery

Query a database with multiple query actions and one, final, select statement.
dbSendMultiUpdate

Run multiple SQL query actions within the DB environment.