postgresql
Editor’s note: This post was updated on December 23, 2020. If you’re a modern web developer, knowing how to work with APIs to facilitate...
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.
Learn how to create a REST API with Rust and Postgres, including writing simple endpoints, handling errors, maintaining a connection to the database, persisting...
There are myriad reasons for a frontend developer to learn about database interaction. Learn how to create an app that records and removes information...
In this article, we’ll take a look at how you can get a full-featured server up and running in minutes with PostGraphile.
This post introduces you to Prisma 2 and its three main tools. Though Prisma 2 is still in the experimental stage, it holds a...
In the previous article, we created a GraphQL server with NodeJS and Express. Now, we'll consume the endpoints in the server we created using...
In part one of this two-part series, we’ll be building a GraphQL server with a PostgreSQL database that will serve as the backend of...