shiro icon indicating copy to clipboard operation
shiro copied to clipboard

Allow customizeable database system

Open mellowagain opened this issue 7 years ago • 0 comments
trafficstars

Currently, Shiro only supports MySQL. This is not as customizeable as I want it to be.

I propose that we add support for the following two database systems, in addition to current MySQL support:

Thanks to the flexibility of sqlpp, only a few parts (namely connection init) of the code need to be changed up for this to work. There is also the ability to use odbc, which I still need to evaluate if it's of value or not.

mellowagain avatar Oct 12 '18 20:10 mellowagain