function($c) { $adapter = new ConnectionAdapter('sqlite', $c->get('config')['ulmus'], true); $adapter->resolveConfiguration(); return $adapter; } ];