Rust: Diesel tutorial with Sqlite

preview_player
Показать описание
I tried going through the diesel tutorial and I ran into an issue that prevented me from using the database they wanted me to use. Given that diesel supports multiple database backends, I decided to go through their tutorial with a different database (Sqlite). In doing so, I had to make a number of changes to make everything work. This video outlines that process.

Links:

My social links:
Рекомендации по теме
Комментарии
Автор

The docs for getting started with SQLite using Diesel are... non existent. This is exactly what I was looking for. Thanks so much!

Sheence
Автор

bruv exacly what i was looking for good shit keep moving

majweezy
Автор

Oh man. I am a new programmer learning rust as my first language and this was so helpful! :DDD

codyziebko
Автор

Nice video man keep up the good work! Rust community needs videos like this

sakitanaoto
Автор

I am having this error
LINK : fatal error LNK1181: cannot open input file 'sqlite3.lib'
can anyone help?

jaydeepsharma
Автор

This gives me a very good overview of what Diesel is like. Thank you!

jocketf
Автор

i really like the way you show how to read docs.rs and learn along :)

ajinkyax
Автор

dude, rust sqlite tutorial, thank you. that's clutch

hashkeeper
Автор

i like you a lot dude
as a person you seem super nice and chill its fun listening to you
much love and ofc i subbed

lol-kbhz
Автор

Man you are amazing. Love your videos.

xhiro
Автор

Gracias por tu apoyo a la comunidad amigo.
¡Me ayudaste mucho!
Saludos desde México

danielceballos
Автор

No need to replace get_result, you can do the following: diesel = { version = "2.1.0", features = ["sqlite", }

GernotPokorny
Автор

Really great! I was fighting to use it with sqlite, until this video. Btw, which shell do u use? It looks nice

valderamen
Автор

THANK YOU SO MUCH! I don't know what it is but you nailed to answer all the questions i had, and overall its a great video.

ostapsulyk
Автор

I've been trying to develop a desktop app using Tauri with an embedded sqlite db, but it's been challenging. With this tutorial, I guess I will be able to complete the app. Thanks

duncanmoiyo
Автор

Great tutorial bro. I suscribed to keep follow your videos

jafd
Автор

does he have a full tutorial on rust ? cause i could listen to him explain this all day

majweezy
Автор

Awesome, thanks! I'm going to see if I open an issue with the Diesel project to translate the tutorial to all supported databases. 👍

joelmontesdeoca
Автор

lol. I haven't really looked into it, but it's good to know that it is here :D

GernotPokorny
Автор

Thanks ^^ just halfway through this video! Will continue when I have more time. Looks like it will come in useful ^^

Vancha