SQLite3 in Node with better-sqlite3

Поделиться
HTML-код
  • Опубликовано: 16 июл 2024
  • 💰 FREE Software Dev Intro Course - calcur.tech/free-dev-course
    💯 FREE Courses (100+ hours) - calcur.tech/free-courses
    Timestamps:
    00:00:00 - Introduction
    00:02:20 - Creating a Table
    00:04:42 - Inserting Data
    00:08:28. -Retrieving all the Data
    00:09:04 - Retrieving a Single User
    00:10:26 - Creating a Basic API
    🏆 C++ Mastery Course - cppmastery.com
    ⚛️ FREE React Course (20 hours) - calcur.tech/free-react-course
    ✅ Data Structures & Algorithms - calcur.tech/dsa-youtube
    ~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
    ✉️ Newsletter - calcur.tech/newsletter
    📸 Instagram - / calebcurry
    🐦 Twitter - / calebcurry
    🔗 LinkedIn - / calebcurry
    ▶️ Subscribe - calcur.tech/subscribe
    👨🏻‍🎓 Courses - www.codebreakthrough.com
    ~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
    ↪ My Amazon Store - www.amazon.com/shop/calebcurry
    🅿 Patreon - calcur.tech/patreon-calebcurry
    🅖 GitHub Sponsors - github.com/sponsors/CalebCurry
    Ⓟ Paypal - paypal.me/calcur
  • НаукаНаука

Комментарии • 12

  • @codebreakthrough
    @codebreakthrough  6 месяцев назад +2

    💰 FREE Software Dev Intro Course - calcur.tech/free-dev-course
    💯 FREE Courses (100+ hours) - calcur.tech/free-courses
    Timestamps:
    00:00:00 - Introduction
    00:02:20 - Creating a Table
    00:04:42 - Inserting Data
    00:08:28. -Retrieving all the Data
    00:09:04 - Retrieving a Single User
    00:10:26 - Creating a Basic API

  • @doomboat
    @doomboat 6 месяцев назад +2

    your database design videos from 9 years ago single-handedly got me to pass my class
    cheers from the past

  • @hikemalliday6007
    @hikemalliday6007 4 месяца назад +1

    Man im doing a backend in node because im making an electron project (i normally make python backends) and its been nothing but a nightmare trying to build with sqlite3. This sync bettersqlite 3 really solved my problems, nice vid. In order for me to build with async sqlite3, it would basically require me to deepdive into the tech, which I dont have the time to do right now. Thanks!

  • @wassimyazbekk
    @wassimyazbekk 6 месяцев назад +2

    you are a life saver bro i am working on a project with better-sqlite3 and it is driving me crazy. Imagine i am returning a promise from a synchronous function and using async await to call it just because it's what i am used to :| waiting for the advanced tutorial.

  • @real-ethan
    @real-ethan 13 дней назад

    Why synchronous API gains better concurrency than an asynchronous API?

  • @JoshuaWise1994
    @JoshuaWise1994 3 месяца назад

    I'm on the RUclipss!

  • @Pg_Tobby
    @Pg_Tobby 6 месяцев назад

    Thanks...please when your less busy can you teach how to create a website in c++ for beginners,🙏

    • @wassimyazbekk
      @wassimyazbekk 6 месяцев назад +1

      why would you want to do that

    • @Pg_Tobby
      @Pg_Tobby 6 месяцев назад

      @@wassimyazbekk so what should I do...do I need to switch language or something?

    • @HelloHelloXD
      @HelloHelloXD 6 месяцев назад

      ​@@Pg_Tobby Just learn php or node.js

    • @wassimyazbekk
      @wassimyazbekk 6 месяцев назад

      @@Pg_Tobby i was just kidding you can do it actually in WASM but in 99% of cases you don't need to. The stack you use is dependent on what you want to build and what you know

  • @bilza2023
    @bilza2023 5 месяцев назад

    He did in 10 minutes that most people will do in 1 hour video