I think i can confidently speak for everyone, in that, we desperately want to buy your sweater :P (Auction it lol,. or maybe hook us up with your supplier ?) . Also, you guys make the best and most engaging learning content out there, seriously its like you guys & gals were handpicked, and born to fill your roles ;D
I'm using an SQLite database for this, though that shouldn't be a problem, when I generate the prisma client and build with "dart run build_runner build" is does not build and produces "could not generate `fromJson` code for `equals`
Is it possible to use ORM with a local database on the app side? I want the user to store data on the phone locally. How would I set up Prisma to interact with a local database that only starts when the client runs?
I wonder if you can cover Postgres Listen/Notify for real-time notifications using Dart on the back-end?
I think i can confidently speak for everyone, in that, we desperately want to buy your sweater :P (Auction it lol,. or maybe hook us up with your supplier ?) . Also, you guys make the best and most engaging learning content out there, seriously its like you guys & gals were handpicked, and born to fill your roles ;D
The GitHub Repo Link does not work.
You're Fu**** awesome Craig.... How messy you're with Postman....
I like how they are not allowed to use ChatGpt and have to still google stuff to find out how to make a curl request :D
I'm using an SQLite database for this, though that shouldn't be a problem, when I generate the prisma client and build with "dart run build_runner build" is does not build and produces "could not generate `fromJson` code for `equals`
Is it possible to use ORM with a local database on the app side? I want the user to store data on the phone locally. How would I set up Prisma to interact with a local database that only starts when the client runs?
var bytes = utf8.encode("foobar"); // data being hashed
var digest = sha1.convert(bytes);