Selecto.Livebook
(Selecto v0.4.5)
Copy Markdown
Convenience helpers for interactive notebooks and demos.
Summary
Functions
Print generated SQL and parameters.
Print SQL and execute query with preview information.
Print SQL and execute shaped query with preview information.
Types
Functions
Print generated SQL and parameters.
@spec run(String.t(), Selecto.t(), keyword()) :: run_result()
Print SQL and execute query with preview information.
@spec run_shape(String.t(), Selecto.t(), keyword()) :: run_result()
Print SQL and execute shaped query with preview information.