DEV Community

Adrian Twarog
Adrian Twarog

Posted on

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:

Top comments (0)