codyjmcb / golf_stuff

0 stars 1 forks source link

Create database backup script #22

Open codyjmcb opened 1 month ago

codyjmcb commented 1 month ago

I've done this in C# before, where I wrote applications that read all of the data from all of the 'getAllXXXX' routes, and wrote the information to a file, and another that reads the file and adds all of the data to a database.