This chapter describes the EnterpriseDB Superset Procedural Language - EDB-SPL. EDB-SPL is a highly productive, procedural programming language for writing custom procedures, functions, and triggers for the EnterpriseDB database server.
EDB-SPL provides the following benefits:
Adds full procedural programming functionality to complement the SQL language
Provides a single, common language to create stored procedures, functions, and triggers for the EnterpriseDB database
Is integrated with EDB-Studio to provide a seamless development and testing environment
Promotes the use of reusable code
Is easy to use