Sign in
apache
/
pouchdb
/
refs/heads/3921
/
.
/
lib
/
plugins
/
idb-alt
/
config.js
blob: bd4abd9920d93dd6266741b1fbea1c9c990d2f1a [
file
]
'use strict'
;
module
.
exports
=
{
name
:
'idb-alt'
,
valid
:
function
()
{
var
PouchDB
=
global
.
PouchDB
||
require
(
'pouchdb'
);
return
'idb'
in
PouchDB
.
adapters
&&
PouchDB
.
adapters
.
idb
.
valid
();
},
use_prefix
:
true
};