How to connect Nodejs Application with PostgreSQL 13 Database

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

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

  • @AmitKumar-kt8oc
    @AmitKumar-kt8oc 2 года назад

    This vedio solve all dout regarding connection , thanks buddy

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

    Have you got a video on cjs import export using require? I always lose track following the vsc suggestions but would love some guidance on using node and only using require through out.

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

    How to connect to postgresql database with Kerberos authentication from node.js? Please explain sir.

  • @stanelyjones7348
    @stanelyjones7348 3 года назад

    Thank you so much you made a good video and it is useful for beginners

  • @samertoqa353
    @samertoqa353 8 месяцев назад

    hi I'm getting error SyntaxError: Identifier 'client' has already been declared

  • @rp-ez1vb
    @rp-ez1vb 3 года назад +1

    thanks for video , it is very useful. please get rid of the music in background that's bit annoying.

  • @inferKNOX2
    @inferKNOX2 3 года назад

    Despite creating the table via PGAdmin & successfully connecting to the db, using the table name:
    `... demo_table ...`
    `... public.demo_table ...`
    `... public."demo_table" ...`
    `... "public"."demo_table" ...`
    causes VSCode terminal to just give "relation "demo_table" does not exist" errors. I even deleted the table in PGAdmin, and made it again (all in lowercase), but nothing changes. Everything else is like working, but querying the table just won't work. Running the same query with the table name simply as public.demo_table (without any quotes) in PGAdmin, works just fine though.

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

    great content sir, it would be more helpful if you provide source code too. 👏

  • @ponyatnoeit169
    @ponyatnoeit169 3 года назад

    Thank you !

  • @mahydulislam
    @mahydulislam 3 года назад

    thnx bro

  • @_aergul__219
    @_aergul__219 3 года назад

    Awesome!!

  • @aman1136
    @aman1136 3 года назад +1

    How can I contact you?

  • @THETECHNICS
    @THETECHNICS 3 года назад +1

    omg how is it possible there is no likes or comments...

  • @indranidas8291
    @indranidas8291 3 года назад

    i am getting this "cannot find module 'pg' " error

    • @sourabhchoudhary1308
      @sourabhchoudhary1308 3 года назад

      Use "npm install pg --save". I think you are not using the "--save" attribute.