DEV Community

Database

Posts on building, using, and learning about databases.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Difference between `count(*)` and `count(column_name)`

Difference between `count(*)` and `count(column_name)`

3
Comments
1 min read
Generate TypeScript definitions from PostgreSQL

Generate TypeScript definitions from PostgreSQL

6
Comments
2 min read
Application config in a single-row table

Application config in a single-row table

7
Comments 1
5 min read
Connecting MySQL Database to Python Flask Application

Connecting MySQL Database to Python Flask Application

11
Comments 2
3 min read
How To Build a GraphQL API Connected to a MySQL Database Using StepZen

How To Build a GraphQL API Connected to a MySQL Database Using StepZen

13
Comments
6 min read
How did you choose your database (and changes over time)? At what costs?

How did you choose your database (and changes over time)? At what costs?

2
Comments
1 min read
Automating CraftCMS Database Backups on Platform.sh

Automating CraftCMS Database Backups on Platform.sh

6
Comments
2 min read
Database (Schema) migration to Kubernetes - initContainers vs k8s jobs -

Database (Schema) migration to Kubernetes - initContainers vs k8s jobs -

30
Comments 8
4 min read
mysqldump Best Practices: Part 2 - Migrations Guide

mysqldump Best Practices: Part 2 - Migrations Guide

3
Comments
5 min read
How I Made A NoSQL Clone With JavaScript Classes

How I Made A NoSQL Clone With JavaScript Classes

11
Comments 2
8 min read
Quick Answers: What is the UUID column type good for and what exactly is a UUID?

Quick Answers: What is the UUID column type good for and what exactly is a UUID?

3
Comments
2 min read
Monitoring your database with Prometheus and Grafana

Monitoring your database with Prometheus and Grafana

7
Comments
6 min read
Calling by value & by reference in Python

Calling by value & by reference in Python

7
Comments 2
2 min read
PostgreSQL does have SSL (asymmetric key files), but I couldn't get it to work

PostgreSQL does have SSL (asymmetric key files), but I couldn't get it to work

7
Comments
2 min read
Introducción a AWS DMS

Introducción a AWS DMS

7
Comments
5 min read
How to migrate data between AWS RDS and S3

How to migrate data between AWS RDS and S3

5
Comments
1 min read
"use database_name" with PostgreSQL

"use database_name" with PostgreSQL

2
Comments
1 min read
How to use MySQL/Postgres with Docker

How to use MySQL/Postgres with Docker

8
Comments
2 min read
Introduction to Database Transaction

Introduction to Database Transaction

8
Comments
2 min read
Anatomy of a PostgreSQL Query Plan

Anatomy of a PostgreSQL Query Plan

9
Comments
10 min read
Upgrading to Django 3.2 and fixing DEFAULT_AUTO_FIELD warnings

Upgrading to Django 3.2 and fixing DEFAULT_AUTO_FIELD warnings

38
Comments 1
4 min read
Creating Protected Routes In NextJS With Supabase

Creating Protected Routes In NextJS With Supabase

60
Comments 4
8 min read
Tale of .NET Core and the JSON SQLite Extension

Tale of .NET Core and the JSON SQLite Extension

10
Comments 1
17 min read
BaseQL - create a GraphQL API from your Airtable backend

BaseQL - create a GraphQL API from your Airtable backend

24
Comments
4 min read
Concurrency Control in Amazon QLDB

Concurrency Control in Amazon QLDB

8
Comments
9 min read
loading...