0.2.1 • Published 2 years ago

@appkitio/appkit-db-builder v0.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Query Builder ::

import { queryBuilder } from '@appkitio/appkit-db-builder'

Mutation Builder ::

import { mutationBuilder } from '@appkitio/appkit-db-builder'

TODO - more examples

let QUERY = { table: getSchema0.table, fields: getSchema0.fields, action: 'aggregate', filters: { type: 'exact', field: 'created_at', modifier: 'ge', value: '2021-12-12T23:01:39Z'} , aggregations: 'count' , paginate: { first: null, offset: null }, order: {} }`

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago