postgresql

Using Supabase Vector Database PostgreSQL

Using Supabase’s vector database with PostgreSQL

We explore how to manage vector data in a PostgreSQL database using Supabase and how to create embeddings with OpenAI.
Vijit Ail
7 min read
Kanel Tutorial: Generating TypeScript Types From PostgreSQL

Kanel tutorial: Generating TypeScript types from PostgreSQL

Learn how to use Kanel to generate TypeScript types from PostgreSQL, then see it in action by building a to-do app.
Agustinus Theodorus
8 min read
Prisma Prisma Vs. Thin Backends. Thin Backend

Prisma vs. Thin Backend

Compare ORMs Thin Backend and Prisma for their schema design and modeling features.
Boemo Mmopelwa
5 min read
Deno Postgresql Rest API

How to create a REST API with Deno and Postgres

By providing features that Node.js failed to deliver, like security, modules, and dependencies, Deno is proving to be as powerful as...
Diogo Souza
11 min read
Express Node Postgres

CRUD REST API with Node.js, Express, and PostgreSQL

Learn how to create an Express server that can handle multiple HTTP methods and use the pg module to connect to...
Tania Rascia
12 min read
PostgreSQL Logo Blue Background

Connection pooling in Jamstack apps with PostgreSQL

In this post, we will learn how to use PostgreSQL as our database to consume the data required for our Jamstack...
Ishan Manandhar
7 min read
How to create a backend API with Rust and Postgres

How to create a backend API with Rust and Postgres

Learn how to create a REST API with Rust and Postgres, including writing simple endpoints, handling errors, maintaining a connection to...
Olasunkanmi John Ajiboye
6 min read

Improving type safety in PostgreSQL with Slonik

Ensure type safety when writing queries and interacting with your database with Slonik, a PostgreSQL client with strict types.
Oloruntobi Awoderu
6 min read
Building A Simple App With Go And PostgreSQL

Building a simple app with Go and PostgreSQL

Use Go and PostgreSQL to build a full-stack to-do web application that allows you to perform CRUD operations.
Emmanuel John
11 min read
What's New with JSON in PostgreSQL v14

What’s new with JSON in PostgreSQL v14

PostgreSQL v14 makes accessing and updating JSON data with subscripting possible. See it in action and learn what the update entails.
Sarah Chima Atuonwu
5 min read

How to set up your own PaaS with CapRover

Learn how to create your own PaaS with CapRover and deploy a simple Node.js and Postgres app without expensive monthly fees.
Dominik Sobe
9 min read
How to build a RESTful API with Docker, PostgreSQL, and go-chi

How to build a RESTful API with Docker, PostgreSQL, and go-chi

In this tutorial, we will be building a containerized bucket list API using go-chi, PostgreSQL, and Docker.
Michael Okoko
10 min read