very simple program to measure the growth of data over time in a MySQL table
- Go 100%
| .gitignore | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
sqlgrowth
sqlgrowth is a very simple program to measure the growth of data over time in a MySQL table, having a field that states the creation date. Mostly a scratch-an-itch project, but you're welcome to use it as well.