servicecomb-pack
servicecomb-pack copied to clipboard
MySQL or PostgreSQL ?
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?
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.