ntt-sic / masakari

[UNMAINTAINED]
https://wiki.openstack.org/wiki/Masakari
Apache License 2.0
40 stars 24 forks source link

Replace MySQLdb with SQLalchemy #5

Closed muroi closed 8 years ago

muroi commented 8 years ago

Current Masakari uses MySQLdb to access its DB. In some environment or distribution, they use not only MySQL but PostgresQL or other db. To enable masakari to work with other DB series, we need to replace MySQLdb with SQLalchemy.

muroi commented 8 years ago

resolved by #22