Description Usage Arguments Examples
Function to dump sqlite database (Now only use system version sqlite)
1 2 3 4 5 6 7 8 |
sqlite_bin |
Sqlite executable file |
dbname |
Sqlite database path |
out.sql |
Output SQL (gzip format) |
cmd |
The command be used to dump |
debug |
If set TRUE, only print the command |
... |
Other parameters pass to |
1 | sqlite2sql('sqlite3', 'default.sqlite', debug = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.