I have yaml file that contains the data that needs to go into the table, i need to convert each yaml object to sql. can anyone tell me what I can use to convert it to sql statement
for example,
- model: ss
  pk: 2
  fields: {created_by: xxx, created_date: !!timestamp '2018-09-13 
    17:50:30.821769+00:00',
   modified_by: null, modified_date: null, record_version: 0, team_name: 
   privat, team_type: abc}
 
     
    