Database constructor
Creates a new Database instance.
This constructor is typically called internally by the Calljmp client and should not be used directly in application code.
Parameters
_config: The SDK configuration containing API endpoints and settings_signal: Signal instance for managing real-time updates and events
Implementation
Database(this._config, this._signal);