cornucopia-rs / cornucopia

Generate type-checked Rust from your PostgreSQL.
Other
755 stars 31 forks source link

example for auto build seems outdated. #242

Open Lachstec opened 2 months ago

Lachstec commented 2 months ago

I am using cornucopia in a project of mine and oriented myself on the example examples/auto_build. It seems that the example is slightly outdated. I just copied the example, and then the compiler told me that I passed a &[&str; 1] where a Vec<String> was expected.

I think that the example needs to be updated and would submit a PR if the example is truly outdated.