DEV Community

Adrian Twarog
Adrian Twarog

Posted on

10 2

Deno PostgreSQL Tutorial

Deno PostgreSQL is a library that allows us to connect our deno application to Postgres SQL Database (both local and online). I've done a quick tutorial to describe how to install and use it.


Youtube: Deno PostgreSQL

Included in this video are:

  • Importing Postgres into deno
  • Creating a client connection
  • Testing postgresql connection
  • Creating a new postgres table
  • Inserting data into the table
  • Select row from the table

Deno PostgreSQL:
https://github.com/deno-postgres/deno-postgres

Deno:
http://deno.land/

Follow and support me:

Special thanks if you subscribe to my channel :)

Want to see more:

I will try to post new great content every day. Here are the latest items:

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

👥 Ideal for solo developers, teams, and cross-company projects

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay