Sign in
apache
/
pouchdb
/
refs/heads/custom-build
/
.
/
custom
/
websql.js
blob: 65dbb3a53a26fa5243f8c3a335e60ce916184b3b [
file
] [
log
] [
blame
]
'use strict'
;
var
PouchDB
=
require
(
'./pouchdb'
);
var
websql
=
require
(
'../lib/adapters/websql'
);
PouchDB
.
adapter
(
'websql'
,
websql
,
true
);