Refactor Oracle DB Node and Server Implementation
- Updated variable declarations to use
const
andlet
for better scoping. - Enhanced validation for port, poolmin, poolmax, and pooltimeout properties in the oracle-server node.
- Improved the oneditprepare function for better readability and maintainability.
- Added new options for sending single messages with metadata in the oracledb HTML.
- Updated documentation for the oracledb node to clarify input and output expectations.
- Introduced TypeScript configuration files for both HTML and Node.js directories.
- Rewrote the Oracle DB node to utilize connection pooling for improved performance.
- Removed deprecated TSLint configuration in favor of TypeScript's built-in checks.
- Cleaned up legacy files and configurations, including tsd.json and the root tsconfig.json.