Jalle19 / pyupway

Myupway data management scripts
GNU General Public License v3.0
9 stars 5 forks source link

Add store_psql.py to store metrics in a postgresql db #3

Closed lobstaj closed 1 year ago

lobstaj commented 1 year ago

store_psql.py works very similarly to store_influxdb.py . It uses the psycopg2 package for connecting to the postgresql database.

Also updated README.md with the relevant information on the script.