Using SQLite with PowerShell

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 22

  • @mtref
    @mtref 23 วันที่ผ่านมา

    Thanks a lot, you make it very easy!

  • @shanewilliams2956
    @shanewilliams2956 2 ปีที่แล้ว +4

    Loved your video... please make the follow up videos on this subject. I am a visual learner and this was very helpful.

    • @BryanCafferky
      @BryanCafferky  2 ปีที่แล้ว +1

      Thanks. I've been trying to figure out what follow ups to this would be useful. What do you think?

  • @LukeAvedon
    @LukeAvedon 3 ปีที่แล้ว +2

    Love this. I love both PowerShell and SQLite, but never used them together.

    • @BryanCafferky
      @BryanCafferky  3 ปีที่แล้ว +1

      Yeah. It's a powerful combination.

  • @BrandCJC
    @BrandCJC 6 หลายเดือนก่อน

    GREAT video, ok so I'll be the one to ask please where is the follow up videos??? I would love to learn more form you on this subject

    • @BryanCafferky
      @BryanCafferky  6 หลายเดือนก่อน +1

      I'll have to take a look at where I left off on that one. Thanks

  • @jeanpro1825
    @jeanpro1825 3 หลายเดือนก่อน

    So helpful !

  • @emerelle3535
    @emerelle3535 2 ปีที่แล้ว

    Does every Invoke-SqliteQuery open and new connection and closes it when it's done, or is it one session I can open at the begin of the script and close at the end?

  • @romanhar4151
    @romanhar4151 2 ปีที่แล้ว +1

    Thank you very much.
    I think about doing a regularly analyse about the files on our server, create a sqlite3 with Hashes and data about the files. I want to ckeck afterwords if a lot of file has changed or hafe been deleted to detect if there is something fishy going on... The question is what is the fastest way. Maybe powershell is faster in accessing file information, then python.

    • @BryanCafferky
      @BryanCafferky  2 ปีที่แล้ว

      I think either could work. Python may give you more flexibility if you want to get fancy. Piping the files into a PowerShell function might be easier if you keep it less fancy.

  • @pratiksarani4947
    @pratiksarani4947 ปีที่แล้ว

    Thanks Love to See more videos from you

    • @BryanCafferky
      @BryanCafferky  ปีที่แล้ว

      I'm doing lots of videos just not many on PowerShell lately. Thanks.

  • @zeus04
    @zeus04 ปีที่แล้ว

    Great video! What is the main benefits of using this module instead of using the sqlite3 binary?

    • @pierrekilgoretrout3143
      @pierrekilgoretrout3143 ปีที่แล้ว

      I suppose being integrated in powershell is more performant and also makes your scripts better readable and testable?

  • @Baba-rj7kf
    @Baba-rj7kf 2 ปีที่แล้ว

    Thank you for this, this is a big help. I'm running into trouble where I need multiple scripts to access data values and textfiles on the computer is just not working out! THANK YOU!