PGX Top to Bottom

Sdílet
Vložit
  • čas přidán 23. 07. 2024
  • If you use Postgres and Go then probably you are using pgx somewhere in your stack. If you are not, then you probably should.
    Jack Christensen, author of pgx, shows how everything is layered together. Starting at the top with stdlib, going lower to pgx, then to pgtype and so forth. Each layer has interesting things you can do with them.
    github.com/jackc/pgx-top-to-b...
    github.com/jackc/pgx
    00:00:00 - Introduction
    00:01:10 - psql demonstration
    00:02:43 - Primary Packages
    00:03:15 - stdlib
    00:09:15 - pgxpool
    00:13:28 - pgx
    00:16:40 - CollectRows and other helpers
    00:26:31 - Execution Protocols and Value Formats
    00:31:44 - Batched Queries
    00:37:29 - Other Advanced or Lesser Known Features
    00:40:21 - pgtype
    00:44:03 - pgtype Plan System
    00:51:14 - pgconn
    00:53:00 - Extended Protocol
    00:54:48 - pgconn Pipeline Mode
    00:58:26 - pgconn CopyTo and CopyFrom
    01:01:23 - pgproto3
    01:01:47 - pgproto3 Debug Tracing
    01:03:54 - pgfortune Example
    01:04:43 - Outro
  • Věda a technologie

Komentáře • 10

  • @lzap_CZ
    @lzap_CZ Před 7 měsíci +5

    Thanks for your dedication on this library.

  • @BosonCollider
    @BosonCollider Před 8 měsíci +1

    I would have to rank this both among my favourite go talks and my favourite postgres talks

  • @geoblk3000
    @geoblk3000 Před 4 měsíci

    Using pgx for years, but this was eye opening.

  • @timwmillard
    @timwmillard Před 10 měsíci +5

    Thanks you jackc. That was awesome.

  • @FlavioSilva1110
    @FlavioSilva1110 Před 10 měsíci +5

    Excellent presentation!

  • @Handy-Handy
    @Handy-Handy Před 8 měsíci +1

    Hey man! What a great presentation! BIG thanks to you!!

  • @alishermuzaffarov7079
    @alishermuzaffarov7079 Před 6 měsíci

    Thank you for this awesome library and the presentation.

  • @PedroHenrique_p
    @PedroHenrique_p Před 9 měsíci +2

    Great presentation.

  • @gregf3021
    @gregf3021 Před 10 měsíci +7

    Hey thank you so much for this, solid info. Covers some gaps in the documentation that are needed IMO. Do you have a donation link?

  • @blacky101011
    @blacky101011 Před 7 měsíci +1

    That was very helpful! Thanks!