[][src]Module restq::ast::dml

Structs

Delete
Insert
Update

Enums

Source

Insert can get data from a set of values or from a select statement

Functions

delete

product?product_id=1

insert

product{product_id,created_by,created,is_active}?returning=product_id,name

update

product{description="I'm the new description now",is_active=false}?product_id=1