rust-cookbook
rust-cookbook copied to clipboard
Recipe: Inserting and Querying Data
| Crates | rusqlite |
| Section | 7.1 SQLite |
Once the database has structure, insert and query data
I'd like to take a shot at this if it hasn't been claimed yet!
I'm struggling with this, as this relies on #454 You want them both?
I can, but also want to leave it open for anyone else doing Hacktoberfest :)
That's why I made them separate, to help out with the hackathon!
Cool, can I maybe claim #454 instead then?
I'll try to do #453 and #454 tomorrow, since they're about the same. That should provide the basic .md structure for this.
Should we also have a recipe for transactions? Either here or separate.
#455 claimed by @robertDurst pending #454 structure.
Cool @lnicola ! I'll keep my eyes peeled.
Thanks @AndyGauge !
Is this good to begin? @lnicola
A bit swamped in work today but will do have this done by Thursday Night/Friday.
@robertDurst You should probably base your code on #464. I'm not really planning to make any changes (unless I get some feedback otherwise), but it wasn't merged yet because of a Windows CI issue.
Yeah, you'll probably want to use rust,no_run in your code sections to avoid that issue.
@AndyGauge and @lnicola I will have to "unclaim" this. Got very busy and will not quote have time :(
@AndyGauge Can I claim this ?
Yes. Please perform Inserts and Querying in a recipe to show off Joining the two tables. I'll create an Issue for Transactions.