How to Run SQLITE in Visual Studio Code

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video, I will explain how to set up SQLite on Vs code. You will master how to run SQLite on a visual studio in a proper way.
    Visual Studio Code installation link
    👇👇👇👇
    code.visualstu...
    Subscribe to our channel to get updates and announcements regarding my paid SQLITE course for Free.
    🔔 If you like the video, Please Like, Comment, and Subscribe to my RUclips channel
    ruclips.net/user/tutori...
    #tutorialbrain
    #sqlite
    #vscode
    #sqlitevscode
    #sqlliteOnVsCode
    #visualstudiocode
    🚩Let’s connect on social:
    Website: www.tutorialbr...
    Facebook: / tutorialbrain
    Twitter: / tutorial_brain
    LinkedIn: / tutorialbrain
    Complete Visual Studio Tutorial Playlist:
    • Visual Studio Code Tut...
    How to Run Java on Visual Studio Code:
    • How to Install & Run J...
    ‪@TutorialBrain‬

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

  • @luis_hb99
    @luis_hb99 10 месяцев назад +4

    You are the goat, it took me hours to get sql to work on vs code and you my friend explained it very well, I appreciate this so much. Thank you

  • @benjaminokochi2550
    @benjaminokochi2550 Год назад +8

    This is a very practical walkthrough. I recommend it highly.

  • @leolee7884
    @leolee7884 Год назад +1

    Excelent video my friend, you got my subscribe! A big hug from Guatemala

  • @juandiegoorozco5531
    @juandiegoorozco5531 Год назад

    you saved my life, i was really stuck with a .db file , thank you!

  • @deldridg
    @deldridg Год назад +1

    Thank you for this. Very helpful! Cheers and Happy New Year from Australia - David

  • @machinimaaquinix3178
    @machinimaaquinix3178 Год назад

    Great vid man! The extension page has really poor instructions and this totally got me started on the right foot. Thank you.

  • @ROHAN-pg3gh
    @ROHAN-pg3gh Год назад +1

    Number one!
    Ty for this tutorial sir!

  • @jameskungu8720
    @jameskungu8720 11 дней назад

    Nice!

  • @tiagomanuel7616
    @tiagomanuel7616 10 месяцев назад

    Straight to the point. Thank you man!

  • @Andy-qi5nh
    @Andy-qi5nh Год назад +1

    Thank you, this was helpful

  • @regular2024
    @regular2024 Год назад

    very helpful at last time

  • @alvin47k
    @alvin47k Год назад

    Awesome tutorial for beginner

  • @namelesszx
    @namelesszx 7 месяцев назад +1

    Great vid

  • @asazycat5467
    @asazycat5467 Месяц назад

    Thank you.

  • @user-sp8ne7hj3n
    @user-sp8ne7hj3n Год назад

    Lot's of thanks.....❤❤❤❤❤❤

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

    Thankyou!

  • @user-dq3qf2to1d
    @user-dq3qf2to1d 2 месяца назад

    Thanks bro

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

    very helpful thanks!

  • @valtermacicame2430
    @valtermacicame2430 2 месяца назад

    Very useful

  • @gianlucaalfieri3607
    @gianlucaalfieri3607 Год назад

    Thank you mate, appreciated

  • @akojusowmya8626
    @akojusowmya8626 11 месяцев назад

    Thank you so much sir.

  • @mirlot1298
    @mirlot1298 2 года назад +1

    Muchas gracias amigo, exelente... saludos

  • @AlejandroBelloRD
    @AlejandroBelloRD 7 месяцев назад

    Thank you so much!

  • @pane4170
    @pane4170 Год назад +1

    Thanks a lot

  • @diegs5001
    @diegs5001 Год назад

    Thank you, you help me a lot!

  • @wotko1785
    @wotko1785 Год назад

    You help me a lot

  • @danielborgesgoncalves8591
    @danielborgesgoncalves8591 Год назад

    amazinggggg

  • @nicolasdemaria2164
    @nicolasdemaria2164 Год назад

    thanks a lot man!!!

  • @luisberalopez2466
    @luisberalopez2466 Год назад

    ❤ gracias crack

  • @user-bp3mx5id2z
    @user-bp3mx5id2z Год назад

    thanks

  • @chaymajebri6670
    @chaymajebri6670 10 месяцев назад

    Do we need JDBC to connect sqlite to java project in vscode ? or the sqlite extension is enough ?? please let me know

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

    Hi I already had table for sqlite how to import it to node js

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

    sir we need to comment ot each time for this

  • @shahedali02
    @shahedali02 4 месяца назад

    When making the table's columns I put empid , INTERGER and wondered why it wasn't working lol

  • @leow5
    @leow5 Год назад

    Do you by any chance know how to import a csv file into a SQLite database? I am unfortunately having problems. Thanks anyway for the video!

    • @bismajoyosumarto1237
      @bismajoyosumarto1237 Год назад

      I can do it with two lines:
      .separator ;
      .import myfile.csv mytable
      From then on, the data from your csv file will be available in the table "mytable" (of course you can change this name into whatever you want)
      Note: for the separator, you can replace the semicolon ; with a comma , or whatever separator is used in your csv file. If you don't know what separator is used, you can guess first (maybe leave it as a comma or semicolon), and then you can check if it's correct, see below...
      You can check whether or not you have imported it correctly by checking the headers like so:
      .schema mytable
      If you see each header listed out separately, then the import has been done well. However, if you see all of them lumped together as a single TEXT column header, then you can see the separator in between the headers, that is the separator you were supposed to use

  • @RinglisLuan
    @RinglisLuan 2 года назад

    Help!! need db file to study, pls!

  • @santuquiiii
    @santuquiiii 11 месяцев назад

    sicolait

  • @RusaysTV
    @RusaysTV Год назад

    я тебя не понял, но понял то что ты делаешь

  • @romul2640
    @romul2640 Год назад

    Не смогли смириться с поражением. И куда вас это привело? Снова ко индусам

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

    Thank you sir

  • @SydneyApplebaum
    @SydneyApplebaum 7 месяцев назад

    thanks!