Skip to content

JoshuaWLindsay/hook-em-requests

 
 

Repository files navigation

recycle_bin

postgresql

Our database recycledb holds two tables.

  1. bins: UUID will be created beforehand, then hashed to create the bin_path. Both UUID and bin_path will be inserted, and the timestamp will be autogenerated.
  2. requests: Autogenerates an id and timestamp. Requires the bin row id as a foreign key. Requires the id from the entry in MongoDB that must be generated first before a request entry. Will store the request method and path from the webhook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.8%
  • CSS 20.9%
  • HTML 3.3%