postgresql
We explore how to manage vector data in a PostgreSQL database using Supabase and how to create embeddings with OpenAI.
Learn how to use Kanel to generate TypeScript types from PostgreSQL, then see it in action by building a to-do app.
Compare ORMs Thin Backend and Prisma for their schema design and modeling features.
By providing features that Node.js failed to deliver, like security, modules, and dependencies, Deno is proving to be as powerful as...
Learn how to create an Express server that can handle multiple HTTP methods and use the pg module to connect to...
In this post, we will learn how to use PostgreSQL as our database to consume the data required for our Jamstack...
Learn how to create a REST API with Rust and Postgres, including writing simple endpoints, handling errors, maintaining a connection to...
Ensure type safety when writing queries and interacting with your database with Slonik, a PostgreSQL client with strict types.
Use Go and PostgreSQL to build a full-stack to-do web application that allows you to perform CRUD operations.
PostgreSQL v14 makes accessing and updating JSON data with subscripting possible. See it in action and learn what the update entails.
Learn how to create your own PaaS with CapRover and deploy a simple Node.js and Postgres app without expensive monthly fees.
In this tutorial, we will be building a containerized bucket list API using go-chi, PostgreSQL, and Docker.