feathers-query-logic

1.0.1 • Public • Published

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)
})

/feathers-query-logic/

    Package Sidebar

    Install

    npm i feathers-query-logic

    Homepage

    canjs.com

    Weekly Downloads

    5

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    23.3 kB

    Total Files

    16

    Last publish

    Collaborators

    • justinbmeyer