Skip to main content
Executes SQL and returns the result as a DataFrame. It can access all databases connected with built-in PostgreSQL and SQL Connection.
morph_lib.database

Parameters

string
required
SQL to execute
string
Destination of the connection other than the built-in registered on the screen (optional)
  • If not specified, it will be set to built-in postgresql.

Example