How to Run SQLITE in Visual Studio Code

Поділитися
Вставка
  • Опубліковано 19 кві 2022
  • 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.visualstudio.com/
    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 UA-cam channel
    ua-cam.com/users/tutorialbrain?sub_con...
    #tutorialbrain
    #sqlite
    #vscode
    #sqlitevscode
    #sqlliteOnVsCode
    #visualstudiocode
    🚩Let’s connect on social:
    Website: www.tutorialbrain.com
    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‬

КОМЕНТАРІ • 44

  • @luis_hb99
    @luis_hb99 8 місяців тому +2

    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 Рік тому +7

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

  • @tiagomanuel7616
    @tiagomanuel7616 8 місяців тому

    Straight to the point. Thank you man!

  • @valtermacicame2430
    @valtermacicame2430 11 годин тому

    Very useful

  • @juandiegoorozco5531
    @juandiegoorozco5531 10 місяців тому

    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

  • @gianlucaalfieri3607
    @gianlucaalfieri3607 Рік тому

    Thank you mate, appreciated

  • @leolee7884
    @leolee7884 Рік тому +1

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

  • @Andy-qi5nh
    @Andy-qi5nh Рік тому +1

    Thank you, this was helpful

  • @diegs5001
    @diegs5001 Рік тому

    Thank you, you help me a lot!

  • @AlejandroBelloRD
    @AlejandroBelloRD 5 місяців тому

    Thank you so much!

  • @nicolasdemaria2164
    @nicolasdemaria2164 Рік тому

    thanks a lot man!!!

  • @alvin47k
    @alvin47k Рік тому

    Awesome tutorial for beginner

  • @regular2024
    @regular2024 11 місяців тому

    very helpful at last time

  • @beforeandafterphotos
    @beforeandafterphotos 4 місяці тому

    very helpful thanks!

  • @machinimaaquinix3178
    @machinimaaquinix3178 Рік тому

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

  • @akojusowmya8626
    @akojusowmya8626 9 місяців тому

    Thank you so much sir.

  • @user-sp8ne7hj3n
    @user-sp8ne7hj3n 9 місяців тому

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

  • @ROHAN-pg3gh
    @ROHAN-pg3gh Рік тому +1

    Number one!
    Ty for this tutorial sir!

  • @rupika213
    @rupika213 Місяць тому

    Thankyou!

  • @wotko1785
    @wotko1785 Рік тому

    You help me a lot

  • @SydneyApplebaum
    @SydneyApplebaum 5 місяців тому

    thanks!

  • @pane4170
    @pane4170 Рік тому +1

    Thanks a lot

  • @user-dq3qf2to1d
    @user-dq3qf2to1d 24 дні тому

    Thanks bro

  • @namelesszx
    @namelesszx 5 місяців тому +1

    Great vid

  • @druadiza7639
    @druadiza7639 3 місяці тому

    Thank you sir

  • @luisberalopez2466
    @luisberalopez2466 Рік тому

    ❤ gracias crack

  • @mirlot1298
    @mirlot1298 Рік тому +1

    Muchas gracias amigo, exelente... saludos

  • @danielborgesgoncalves8591
    @danielborgesgoncalves8591 Рік тому

    amazinggggg

  • @chaymajebri6670
    @chaymajebri6670 8 місяців тому

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

  • @user-bp3mx5id2z
    @user-bp3mx5id2z 11 місяців тому

    thanks

  • @manjushabezawada6384
    @manjushabezawada6384 3 місяці тому

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

  • @leonardowolf4741
    @leonardowolf4741 Рік тому

    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

  • @shahedali02
    @shahedali02 Місяць тому

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

  • @SankerPAMIDIMARRI
    @SankerPAMIDIMARRI 3 місяці тому

    sir we need to comment ot each time for this

  • @RinglisLuan
    @RinglisLuan Рік тому

    Help!! need db file to study, pls!

  • @santuquiiii
    @santuquiiii 9 місяців тому

    sicolait

  • @RusaysTV
    @RusaysTV Рік тому

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

  • @romul2640
    @romul2640 Рік тому

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