Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 576 Bytes

File metadata and controls

5 lines (4 loc) · 576 Bytes

Random web tools I wanted and couldn't find:

  • Copyable list generator - Input a text list where each new line is an entry, and generate a list with copy buttons for each entry to help with certain copy/paste tasks.
  • SQL models to JSON & JS - Input a .SQL export of table definitions, and convert it into table definitions both in a JSON format and into a JavaScript helper class (very barebones).