Skip to content

Commit b354c6c

Browse files
AlbaHerreriasjanl
authored andcommitted
chore: remove fruitdown references
1 parent 25a5bb4 commit b354c6c

6 files changed

Lines changed: 2 additions & 34 deletions

File tree

docs/custom.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -245,23 +245,6 @@ const db = new PouchDB('mydb', {adapter: 'localstorage'});
245245
console.log(db.adapter); // 'localstorage'
246246
```
247247

248-
### [pouchdb-adapter-fruitdown](https://npmjs.org/package/pouchdb-adapter-fruitdown)
249-
250-
An optional adapter that works in the browser using IndexedDB via [fruitdown](https://github.com/nolanlawson/fruitdown). The adapter name
251-
is `'fruitdown'`.
252-
253-
#### Example usage
254-
255-
```bash
256-
npm install pouchdb-adapter-fruitdown
257-
```
258-
259-
```js
260-
PouchDB.plugin(require('pouchdb-adapter-fruitdown'));
261-
const db = new PouchDB('mydb', {adapter: 'fruitdown'});
262-
console.log(db.adapter); // 'fruitdown'
263-
```
264-
265248
### [pouchdb-adapter-node-websql](https://npmjs.org/package/pouchdb-adapter-node-websql)
266249

267250
An optional adapter that works in Node.js using SQLite via [node-websql](https://github.com/nolanlawson/node-websql). The adapter name
-11.2 KB
Loading

docs/static/svg/pouchdb_adapters.svg

Lines changed: 1 addition & 2 deletions
Loading

packages/node_modules/pouchdb-adapter-leveldb-core/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ PouchDB's API to access them.
2424

2525
Only certain adapters (e.g. in-memory, based on [MemDOWN](http://github.com/level/memdown)) are officially supported by the
2626
PouchDB project; you are free to experiment with other datastores, but be forewarned of the above caveats. To see how to
27-
build a custom LevelDOWN-based database, see the source code for `pouchdb-adapter-memory`, `pouchdb-adapter-localstorage`, or
28-
`pouchdb-adapter-fruitdown`.
27+
build a custom LevelDOWN-based database, see the source code for `pouchdb-adapter-memory` or `pouchdb-adapter-localstorage`.
2928

3029
### Details
3130

packages/node_modules/pouchdb-for-coverage/extras/fruitdown.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/node_modules/pouchdb/src/plugins/fruitdown.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)