You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(database): change return type to String and format output
Updated `listSchemas` and `executeTableFunction` methods to return `String` instead of `Any`.
Formatted table results using `joinToString` for consistent output.
0 commit comments