CCI-MOC / xdmod-cntr

A project to prototype the use of XDMOD with OpenStack and OpenShift on the MOC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use SQLAlchemy instead of using mysql.connector

rob-baron opened this issue · comments

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.