very simple program to measure the growth of data over time in a MySQL table
Find a file
2017-05-31 18:31:26 +02:00
.gitignore initial commit 2017-05-29 19:47:46 +02:00
LICENSE initial commit 2017-05-29 19:47:46 +02:00
main.go Add optional where clause 2017-05-31 18:31:26 +02:00
README.md initial commit 2017-05-29 19:47:46 +02:00

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.