EIDA / eida-statistics

Aggregated statistics of EIDA nodes
GNU General Public License v3.0
0 stars 0 forks source link

Get rid of psycopg2 direct calls in the code #26

Closed jschaeff closed 1 year ago

jschaeff commented 1 year ago

Change all psycopg2 calls to switch to a pure sqlalchemy implementation

vpet98 commented 1 year ago

Done! Submit method included a lot of psycopg2 things that had to be changed. I hope it works fine after changes.