Hello, what is a good way to insert about 500 rows...
# prisma-whats-new
m
Hello, what is a good way to insert about 500 rows of data other than manually?
h
write script?
you can use https://github.com/graphcool/graphql-request or write bash script or something of your choice 🙂
m
yeah i pretty much just wrote a script for it ^^ lol, thanks!