svyCloudUtils
svyCloudUtils provides Servoy modules for environment detection, tenant session management, CSV data seeding, and versioned database migrations in Servoy Cloud applications.
Last updated
Was this helpful?
svyCloudUtils provides Servoy modules for environment detection, tenant session management, CSV data seeding, and versioned database migrations in Servoy Cloud applications.
svyCloudUtils is a collection of Servoy modules that help you build and maintain applications on Servoy Cloud. Each module covers a specific part of the deployment and runtime lifecycle — so you can use only what you need.
svyCloud — detect the current environment, set tenant info, and control session idle time
svyDataSeed — export and import database contents as CSV seed files
svyDeployUtils — run versioned database migrations and manage deployment infrastructure
Utilities for runtime environment detection and per-session configuration. Use this to check whether your code is running in production, UAT, or development — and to set tenant-specific values visible to Servoy Cloud infrastructure.
Export your database to CSV seed files and import them back. Useful for setting up test environments, bootstrapping new cloud environments, or sharing reference data between environments.
Run versioned SQL migration scripts at startup, copy Jasper reports to the server, and manage cloned database server configurations. Designed to run as part of your onSolutionOpen flow.
Last updated
Was this helpful?
Was this helpful?