0.2.1 • Published 3 years ago
@appkitio/appkit-db-builder v0.2.1
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
3 years ago
0.2.0
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago