DEV Community

Brandon Richardson
Brandon Richardson

Posted on

I got tired of manually writing SQL INSERTs from CSV… so I built this

It takes a CSV and generates SQL instantly:

  • detects column types
  • handles nulls
  • batch inserts
  • supports large files

Would love feedback:
https://insertflow.com

Top comments (0)