Skip to content

canjs/feathers-query-logic

Repository files navigation

feathers-query-logic

Build Status

FeathersJS configuration for can-query-logic

Usage

Install:

npm i feathers-query-logic

Import this and add to your connections/models:

import feathersQueryLogic from "feathers-query-logic";
import {realtimeRestModel, QueryLogic, DefineMap} from "can";

const Type = DefineMap.extend( ... )


realtimeRestModel({
  Map: Type,
	queryLogic: new QueryLogic(Type, feathersQueryLogic)
})

About

FeathersJS configuration for can-query-logic

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •