Tag: postgresql

Crud Rest Api With Node Js Express And Postgresql

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

Dev

Learn how to create an Express server that can handle multiple HTTP methods and use the pg module to connect to PostgreSQL from Node.js.

Tania Rascia
Jan 26, 2024 ⋅ 15 min read

Using ElectricSQL to build a local-first application

Dev

ElectricSQL is a cool piece of software with immense potential. It gives developers the ability to build a true local-first application.

Rahul Padalkar
Dec 1, 2023 ⋅ 11 min read
Getting Started With Postgres In Your React App

Getting started with Postgres in your React app

Dev

Create an app that records and removes information from a PostgreSQL database according to the HTTP requests it receives.

Nathan Sebhastian
Oct 10, 2023 ⋅ 10 min read
Using Supabase Vector Database PostgreSQL

Using Supabase’s vector database with PostgreSQL

Dev

We explore how to manage vector data in a PostgreSQL database using Supabase and how to create embeddings with OpenAI.

Vijit Ail
Sep 8, 2023 ⋅ 7 min read
Kanel Tutorial: Generating TypeScript Types From PostgreSQL

Kanel tutorial: Generating TypeScript types from PostgreSQL

Dev

Learn how to use Kanel to generate TypeScript types from PostgreSQL, then see it in action by building a to-do app.

Agustinus Theodorus
Sep 5, 2023 ⋅ 8 min read
Prisma Prisma Vs. Thin Backends. Thin Backend

Prisma vs. Thin Backend

Dev

Compare ORMs Thin Backend and Prisma for their schema design and modeling features.

Boemo Mmopelwa
Sep 19, 2022 ⋅ 5 min read
Deno Postgresql Rest API

How to create a REST API with Deno and Postgres

Dev

By providing features that Node.js failed to deliver, like security, modules, and dependencies, Deno is proving to be as powerful as its predecessor, Node.js.

Diogo Souza
Jul 13, 2022 ⋅ 11 min read
PostgreSQL Logo Blue Background

Connection pooling in Jamstack apps with PostgreSQL

Dev

In this post, we will learn how to use PostgreSQL as our database to consume the data required for our Jamstack application.

Ishan Manandhar
May 6, 2022 ⋅ 7 min read
How to create a backend API with Rust and Postgres

How to create a backend API with Rust and Postgres

Dev

Learn how to create a REST API with Rust and Postgres, including writing simple endpoints, handling errors, maintaining a connection to the database, persisting data to Postgres DB, and handling the request-response cycle.

Olasunkanmi John Ajiboye
Feb 22, 2022 ⋅ 6 min read

Improving type safety in PostgreSQL with Slonik

Dev

Ensure type safety when writing queries and interacting with your database with Slonik, a PostgreSQL client with strict types.

Oloruntobi Awoderu
Feb 10, 2022 ⋅ 6 min read
Building A Simple App With Go And PostgreSQL

Building a simple app with Go and PostgreSQL

Dev

Use Go and PostgreSQL to build a full-stack to-do web application that allows you to perform CRUD operations.

Emmanuel John
Jan 19, 2022 ⋅ 11 min read
What's New with JSON in PostgreSQL v14

What’s new with JSON in PostgreSQL v14

Dev

PostgreSQL v14 makes accessing and updating JSON data with subscripting possible. See it in action and learn what the update entails.

Sarah Chima Atuonwu
Nov 17, 2021 ⋅ 5 min read