Stream archive: Using SQLx Rust to insert into a Postgres Database (2023-09-28 evening)
We continue where we left off this morning and write the insert part of the SQLx article.
### rust #sqlx #postgres
Links
Postgres insert documentation: [https://www.postgresql.org/docs/current/sql-insert.html](https://www.postgresql.org/docs/current/sql-insert.html)
anyhow error handling crate: [https://crates.io/crates/anyhow](https://crates.io/crates/anyhow)
eyre error handling crate: [https://crates.io/crates/eyre](https://crates.io/crates/eyre)
Brooks Builds course LMS in progress: [https://learning.brooksbuilds.com/](https://learning.brooksbuilds.com/)
Helix documentation: [https://docs.helix-editor.com/title-page.html](https://docs.helix-editor.com/title-page.html)
SQLx Rust Quickstart: [https://github.com/launchbadge/sqlx/blob/main/README.md#quickstart](https://github.com/launchbadge/sqlx/blob/main/README.md#quickstart) -- Watch live at https://www.twitch.tv/brookzerker