bellsaladin / Keystone-Mysql

Keystone Mysql Support (IN PROGRESS)
10 stars 0 forks source link

Can you make this mysql agnostic from the start? #1

Open morenoh149 opened 6 years ago

morenoh149 commented 6 years ago

Can you make this mysql agnostic from the start? I'm a big fan of postgres. I think keystone should support RDMS's and nosql solutions (sqlite, elasticsearch, etc.)

bellsaladin commented 6 years ago

I agree with you, it will be great if keystone supported RDBMS & noSQL databases but the differencies between these two database categories, if not also between database systems of the same category, makes it quite a challenge. Though, the implementation i'm working on is based on Sequelize JS which supports multiple RDBMS such as MySql, Postgres and MySQLServer. So there is a good chance this project will be able extend support to Postgres & MSSQL.