CCI-MOC / xdmod-cntr

A project to prototype the use of XDMOD with OpenStack and OpenShift on the MOC
1 stars 5 forks source link

Use SQLAlchemy instead of using mysql.connector #169

Open rob-baron opened 1 year ago

rob-baron commented 1 year ago

It has been decided to use SQLAlchemy as the use of an ORM is more beneficial than SQL. This should be a drop in module.

Whatever we do with SQLAlchemy, it needs to be as fast if not faster than what we are currently doing with SQL.