From a9affe71f94ec0c9ce874ce7ab135bb63b0a5eef Mon Sep 17 00:00:00 2001 From: Joseph Gan <37484538+bwgjoseph@users.noreply.github.com> Date: Sat, 5 Jun 2021 03:26:25 +0800 Subject: [PATCH] add feathers-ottoman (#74) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f5692c..59f232e 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ Official Feathers Chat app & related front-end examples - [feathers-solr](https://www.npmjs.com/package/feathers-solr) - Solr Adapter for Feathersjs - [nextql-feathers](https://github.com/giapnguyen74/nextql-feathers) - Featherjs plugin for NextQL-Yet Another Data Query Language. Equivalent GraphQL but much more simple - [feathers-lowdb](https://github.com/lwhiteley/feathers-lowdb) - Featherjs database service adapter for [Lowdb](https://github.com/typicode/lowdb) +- [feathers-ottoman](https://github.com/bwgjoseph/feathers-ottoman) - A Ottoman Service for feathers #### Database wrappers - [@feathersjs-offline/owndata-ownnet](https://github.com/feathersjs-offline/owndata-ownnet) - FeatherJS Offline-first realtime database wrapper implements the offline-first `own-data` / `own-net` replication principles on CRUD methods on any Feathers database adapter.