Do you provide database access?

Direct database access is currently not provided on wildcloud.

Direct database access is currently not provided on wildcloud. The infrastructure is designed with a multi-tenant character, and opening up the database outside of the cluster for direct access is something that we prefer not to do. Instead of manual operations in databases, wildcloud encourages the use of migration scripts in custom plugins to handle changes. This approach aligns with the platform's philosophy of maintaining repeatable and testable code across multiple tenants, which is more scalable and less prone to errors than direct database manipulations.