Access to MonetDBLite outside of R

I created a large database using MonetDBLite in R, and now I want to access a database outside of R (for example, with a common database GUI).

Is there any way to do this? I do not want to replicate the data since I still want to access it through R. I do not need to access the database from the R and SQL GUIs at the same time, but I want to switch between them as needed.

+7
r monetdb monetdblite
source share

No one has answered this question yet.

See related questions:

629
data.table vs dplyr: can something do good and the other bad or bad?
305
How to use lists in R correctly?
172
Workflow for statistical analysis and reporting
2
MonetDBLite - problems installing the package
2
One large table or many smaller tables
one
How to add columns to monet.frame file?
one
SQL combines many tsv files into one table in the database while maintaining file source tracking (MonetDBLite)
0
Dplyr backend cannot find applicable method for 'sql_translate_env'
0
Dplyr speed when connecting to a Monetdblite / RSQLite database on an external hard drive?
0
MonetDB Database Encryption

All Articles