SpinaCMS / Spina

Spina CMS
http://www.spinacms.com
Other
2.18k stars 399 forks source link

Remove PG db adapter and use built-in universal db functions #1365

Closed Kagayakashi closed 3 months ago

Kagayakashi commented 3 months ago

Can you please make the PG adapter optional? For example, if I want to use MySQL? Or is there a way to use MySQL? I can't install the gem due to the PG gem requirement.

Bramjetten commented 3 months ago

Postgres is a dependency of Spina, we don't support MySQL unfortunately!

erwin commented 3 months ago

That's unfortunate for me. I was looking forward to trying out Spina (it looks beautiful, love the demo site!)

For the project I wanted to use with Spina, it's based on MySQL because globally replicating a multi-master database (so your web servers and database reads can be in data centers closer to your) is quite easy with MySQL Galera Clusters.

I have used Postgres a fair amount and can appreciate the strong preference.

Spina looks fantastic, and hopefully I'll have a Postgres project in the future that I can try it with!