Skip to content

Instantly share code, notes, and snippets.

@lord-otori
lord-otori / couchbase_export_views.php
Last active August 23, 2017 09:29
A script to export all views in a Couchbase server to files.
<?php
/*
* @author: Juan S. Simon
* @copyright: none, just please don't try to sell it, they'll laugh at you...
*
*/
if (php_sapi_name() != 'cli') {
exit("No web access allowed!" . PHP_EOL);
}