Stream archive: experimenting with how to seed with SQLx Rust (2023-10-04 afternoon)

Subscribers:
8,090
Published on ● Video Link: https://www.youtube.com/watch?v=BdA5w9fST-s



Duration: 2:21:13
62 views
2


In this stream we investigate some ways we can seed our database using the SQLx-cli but eventually decide that we would rather not use the cli at all. #rust #postgres #sqlx

Links

SQLx FromRow trait: [https://docs.rs/sqlx/0.7.2/sqlx/trait.FromRow.html](https://docs.rs/sqlx/0.7.2/sqlx/trait.FromRow.html)

Proposal to improve sqlx for injection attacks: [https://github.com/launchbadge/sqlx/issues/1594](https://github.com/launchbadge/sqlx/issues/1594)

best practices to avoid injection attacks conversation: [https://github.com/launchbadge/sqlx/issues/123](https://github.com/launchbadge/sqlx/issues/123)

first conversation about cli migrations: [https://github.com/launchbadge/sqlx/issues/170](https://github.com/launchbadge/sqlx/issues/170) -- Watch live at https://www.twitch.tv/brookzerker




Other Videos By Brooks Builds (brookzerker)


2023-10-21Stream archive: attempting sqlx rust assessment recording (2023-10-13 afternoon)
2023-10-20Stream archive: Finished tests for the SQLx Rust assessment (2023-10-13)
2023-10-19Stream archive: Creating CRUD tests for SQLx Rust assessment (2023-10-12)
2023-10-17Stream archive: sqlx rust assessment (2023-10-10 afternoon)
2023-10-16Stream archive: recording SQLx Rust joins lesson and starting assessment (2023-10-10)
2023-10-15Stream archive: Finishing article for SQLx Rust many to many joins (2023-10-09 afternoon)
2023-10-14Stream archive: experimenting with many to many join using sqlx rust (2023-10-09)
2023-10-13Stream archive: sqlx rust seeding, offline mode, joins (2023-10-06 afternoon)
2023-10-12Stream archive: finished sqlx Rust migration article and recording migration video (2023-10-06)
2023-10-11Stream archive: Exploring how we might seed with SQLx (2023-10-05)
2023-10-10Stream archive: experimenting with how to seed with SQLx Rust (2023-10-04 afternoon)
2023-10-09Stream archive: Writing article for sqlx rust migrations (2023-10-04)
2023-10-08Stream archive: Recording SQLx Rust bulk insert with UNNEST (2023-10-03 afternoon)
2023-10-07Stream archive: Finishing SQLx Rust article for bulk inserts with UNNEST (2023-10-03)
2023-10-06Stream archive: Recording video for transaction bulk insert with sqlx rust (2023-10-02 afternoon)
2023-10-04Stream archive: Bulk inserting using transactions with SQLx (2023-10-02)
2023-10-03Stream archive: Recording lesson for SQLx and investigating bulk inserts (2023-09-29)
2023-10-02Stream archive: CRUD with Rust + Postgres (2023-09-29)
2023-10-01Stream archive: Using SQLx Rust to insert into a Postgres Database (2023-09-28 evening)
2023-09-30Stream archive: Which SQLx Rust function or macro should we use? (2023-09-28)
2023-09-29Stream archive: Redoing the connection lesson and learning sqlx queries (2023-09-27 evening)



Tags:
database
games
injection attacks
migrations
postgres
seeds
sqlx
sqlx cli
sqlx rust
twitch
databases
relational database