Generates Rust queries from PostgreSQL queries located at queries_path,
using a live database managed by you. If some destination is given,
the generated code will be written at that path. Code generation settings are
set using the settings parameter.
Generates Rust queries from PostgreSQL queries located at queries_path, using
a container managed by cornucopia. The database schema is created using schema_files.
If some destination is given, the generated code will be written at that path.
Code generation settings are set using the settings parameter.