Currently, on my cloud project, I have one database which contains kinds. My question is it possible to create another database that can have different kinds? Illustration for current database
Currently, it is not possible to create another Datastore database in a single project. A workaround could be using separate projects and adding an authorized IAM user or service account to both projects in order to access both in their respective projects.
Also, maybe a multi tenancy strategy may allow you to customize data values for each tenant, while keeping the same data schema for all of them.