Skip to content

Instantly share code, notes, and snippets.

@bgrgicak
Created July 7, 2025 06:10
Show Gist options
  • Save bgrgicak/a288fbf2e0f9f6b22aab40ba4dcfd5bc to your computer and use it in GitHub Desktop.
Save bgrgicak/a288fbf2e0f9f6b22aab40ba4dcfd5bc to your computer and use it in GitHub Desktop.
Install and setup the SQLite plugin
{
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "sqlite-database-integration"
}
},
{
"step": "cp",
"fromPath": "/wordpress/wp-content/plugins/sqlite-database-integration/db.copy",
"toPath": "/wordpress/wp-content/db.php"
},
{
"step": "activatePlugin",
"pluginPath": "/wordpress/wp-content/plugins/sqlite-database-integration"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment