Open jsa-codes opened 2 years ago
create_tag
new_tag
INSERT INTO Post (see **Tags Table** in **ERD** for associated fields) ( id, label ) VALUES ( ?, ?, ? )
__dict__
Create Tags
create_tag
function and define anew_tag
parameter to store the information sent from the client__dict__