postgresql
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 its predecessor, Node.js....
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.
In this post, we will learn how to use PostgreSQL as our database to consume the data required for our Jamstack application.
Learn how to create a REST API with Rust and Postgres, including writing simple endpoints, handling errors, maintaining a connection to the database, persisting...
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.
In this post, we'll look at how to configure a Postgres database server for remote access.
There are myriad reasons for a frontend developer to learn about database interaction. Learn how to create an app that records and removes information...