Description Usage Arguments Value
Ideally, resurrectr should support different "drivers", eg Docker, Vagrant etc. However for now, only Docker is supported.
1 | resurrect_mysql(path_to_mysql_dump, version = "5.7", quiet = FALSE)
|
path_to_mysql_dump |
Path to the MySQL dump file. |
version |
Version of MySQL to run. In Docker language, this is a tag of the mysql image. See https://hub.docker.com/r/library/mysql/tags/ for available versions. |
quiet |
Whether container output is echoed. |
a resurrected_mysql object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.