servicecomb-pack icon indicating copy to clipboard operation
servicecomb-pack copied to clipboard

MySQL or PostgreSQL ?

Open Richard-Yi opened this issue 3 years ago • 1 comments

I found that servicecomb uses PostgreSQL by default. Is there any consideration for this? Is there a priority for the two choices of MySQL and PostgreSQL?

Richard-Yi avatar Mar 12 '21 06:03 Richard-Yi

It's caused by PostgreSQL license is compatible with the Apache License, so we can provide the binary release which includes PostgreSQL client. If you still want to use MYSQL, you can put the MySQL client into the classpath yourself.

WillemJiang avatar Mar 16 '21 06:03 WillemJiang