Number of databases

Hi

We have a scenario where in every customer has a separate postgresql database. Our SaaS application is written in python and allows customers to have customizations according to specific business needs. At the moment we use one database server to host all of these databases. I’d like to know if

  1. Yugabyte can support multiple databases as good as it does a single database
  2. Will we need to change anything in our application for it to work with Yugabyte

Thanks in advance

Hi @Rajith_Jayaraman,
YugabyteDB supports multiple databases. You will need to specify the database name while connecting to the database server.

Databases can be created using the CREATE DATABASE command:

Let us know if you have any further questions.