-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Actually, the signature of CRUD function is more or less tableName: string, id: string | number, record: Partial<T>, params?: any,.
I think we can do better for the params typing, by specify all necessary and optional properties.
What I see until now :
$joinfor joining relation (maybe left/right/outer could be nice)$fetch$select$output, actually for pg datasourcegeojsonorjsonby default- everything else with acl
filtersthat are merged into the user filters
I think we can do better for typing, maybe by specifying the object to send (will all cited properties) or a param for each needed property.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo