HalosGhost / pandabin

A self-hostable, simple and fast pastebin written in C
GNU General Public License v3.0
3 stars 0 forks source link

``DELETE`` verb to delete data from sqlite #5

Open HalosGhost opened 7 years ago

HalosGhost commented 7 years ago

basic deletion of pastes

  1. use the uuid passed from the response to query the db and populate a paste struct
  2. pass the struct to the deletion routine.