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.
Basics of Database Indexing

Basics of Database Indexing

4
Comments
4 min read
How to use PostgreSQL with Haskell: rel8

How to use PostgreSQL with Haskell: rel8

2
Comments
6 min read
How to use PostgreSQL with Haskell: opaleye

How to use PostgreSQL with Haskell: opaleye

Comments
6 min read
Bring (and Take) Your Own Data With CSV Import and Export

Bring (and Take) Your Own Data With CSV Import and Export

3
Comments
4 min read
PostGIS on YugabyteDB Alma8 (workarounds)

PostGIS on YugabyteDB Alma8 (workarounds)

Comments
4 min read
How to use PostgreSQL with Haskell: squeal

How to use PostgreSQL with Haskell: squeal

1
Comments
7 min read
How to use PostgreSQL with Haskell: persistent + esqueleto

How to use PostgreSQL with Haskell: persistent + esqueleto

2
Comments 1
6 min read
How to use PostgreSQL with Haskell. Elephantine library review 2023

How to use PostgreSQL with Haskell. Elephantine library review 2023

Comments
4 min read
How to use PostgreSQL with Haskell: hasql

How to use PostgreSQL with Haskell: hasql

2
Comments
7 min read
How to use PostgreSQL with Haskell: postgresql-simple

How to use PostgreSQL with Haskell: postgresql-simple

Comments
7 min read
Okay, so which PostgreSQL library should I use with Haskell?

Okay, so which PostgreSQL library should I use with Haskell?

Comments
1 min read
Designing Your Database Schema

Designing Your Database Schema

Comments
10 min read
Using Supabase as a database and image store with Strapi CMS.

Using Supabase as a database and image store with Strapi CMS.

12
Comments 8
2 min read
Understanding the MD5 Function

Understanding the MD5 Function

Comments
2 min read
Multiple Result Sets for SQL-Server (C#) including Dapper

Multiple Result Sets for SQL-Server (C#) including Dapper

18
Comments 3
6 min read
Optimizing PostgreSQL Configuration with PgTune

Optimizing PostgreSQL Configuration with PgTune

16
Comments 1
2 min read
AgensSQL vs. Other Relational DBMS

AgensSQL vs. Other Relational DBMS

3
Comments
3 min read
MySQL Database Migration to a Remote Server from a .gz mysqldump file

MySQL Database Migration to a Remote Server from a .gz mysqldump file

Comments
10 min read
Understanding and Comparing Relational and NoSQL Database Management Systems

Understanding and Comparing Relational and NoSQL Database Management Systems

Comments
5 min read
A Guide to PostgreSQL Extensions: Unlocking the Power of pgcrypto, pg_partman, and pg_stat_statements

A Guide to PostgreSQL Extensions: Unlocking the Power of pgcrypto, pg_partman, and pg_stat_statements

1
Comments
2 min read
Data Science for Beginners: 2023 - 2024 Complete Roadmap

Data Science for Beginners: 2023 - 2024 Complete Roadmap

2
Comments
3 min read
How To Build a High-Concurrency Ticket Booking System With Prisma

How To Build a High-Concurrency Ticket Booking System With Prisma

123
Comments 13
5 min read
SPL computing performance test series: multi-index aggregating

SPL computing performance test series: multi-index aggregating

1
Comments
6 min read
Zero-Cost Database Magic 🪄💾

Zero-Cost Database Magic 🪄💾

15
Comments 2
3 min read
Database Keys

Database Keys

Comments
2 min read
Apache AGE: Unique Use Cases

Apache AGE: Unique Use Cases

1
Comments
2 min read
Optimizing Database Queries - Navigating One-to-Many Relationships with Xata's New Approach

Optimizing Database Queries - Navigating One-to-Many Relationships with Xata's New Approach

Comments
4 min read
Getting started with Xata

Getting started with Xata

Comments
6 min read
Demystifying Serverless Databases

Demystifying Serverless Databases

Comments
4 min read
SQLite UPDATE Query: A Comprehensive Guide

SQLite UPDATE Query: A Comprehensive Guide

Comments
5 min read
Optimizing SQL Performance with Execution Plans

Optimizing SQL Performance with Execution Plans

8
Comments
3 min read
Association Accessors

Association Accessors

1
Comments
2 min read
Introducing MonkeyslegionDB: A Specialized Database Connection Manager for PHP

Introducing MonkeyslegionDB: A Specialized Database Connection Manager for PHP

1
Comments
2 min read
How to update multiple rows based on list of key-val pairs (in MySQL, MariaDB, & PostgreSQL)

How to update multiple rows based on list of key-val pairs (in MySQL, MariaDB, & PostgreSQL)

1
Comments
2 min read
Active record vs Object mapper ORM

Active record vs Object mapper ORM

13
Comments
2 min read
Detailed Introduction To Prisma ORM

Detailed Introduction To Prisma ORM

18
Comments
5 min read
How Modern SQL Databases Are Changing Web Development - #2 New Ways to Program

How Modern SQL Databases Are Changing Web Development - #2 New Ways to Program

38
Comments 1
6 min read
SurrealDB: Version 1.0 🥇 Just Released! Next Gen SQL Database?

SurrealDB: Version 1.0 🥇 Just Released! Next Gen SQL Database?

1
Comments
3 min read
Explanation of MySQL table field types

Explanation of MySQL table field types

Comments
4 min read
Revolutionizing Database Services: An Inside Look at Sealos and KubeBlocks

Revolutionizing Database Services: An Inside Look at Sealos and KubeBlocks

1
Comments
4 min read
Making the Best PostgreSQL Cloud Provider Selection

Making the Best PostgreSQL Cloud Provider Selection

Comments
3 min read
How QuestDB saved a project and the team's mental health

How QuestDB saved a project and the team's mental health

3
Comments
7 min read
Setting the Stage: Unraveling MongoDB Query Performance

Setting the Stage: Unraveling MongoDB Query Performance

1
Comments
7 min read
Setting and Displaying Patroni's Max Connection Count

Setting and Displaying Patroni's Max Connection Count

3
Comments
1 min read
An Honest Question: Do you put relational data in Google Firestore?

An Honest Question: Do you put relational data in Google Firestore?

Comments
2 min read
Resolving PostgreSQL Database Connection Issues with dblink on Amazon RDS

Resolving PostgreSQL Database Connection Issues with dblink on Amazon RDS

1
Comments
3 min read
Simple API CRUD done with ExpressoTS and Postgres

Simple API CRUD done with ExpressoTS and Postgres

24
Comments
4 min read
PostgreSQL 16 Installation on Ubuntu 22.04

PostgreSQL 16 Installation on Ubuntu 22.04

204
Comments 12
2 min read
Is MongoDB Good For Data Analytics? Let's Find Out!

Is MongoDB Good For Data Analytics? Let's Find Out!

11
Comments
4 min read
Auto-scaling DynamoDB Streams applications on Kubernetes

Auto-scaling DynamoDB Streams applications on Kubernetes

5
Comments
12 min read
Fortify Your Database: Supabase's Row Level Security

Fortify Your Database: Supabase's Row Level Security

2
Comments
3 min read
Fazendo Comandos SQL

Fazendo Comandos SQL

2
Comments
4 min read
My Database History

My Database History

6
Comments
4 min read
Creating a distributed high-availability cluster

Creating a distributed high-availability cluster

Comments
2 min read
Seeding Database With Drizzle ORM

Seeding Database With Drizzle ORM

33
Comments 9
2 min read
File attachment in Xata Database: How to build an Online Library.

File attachment in Xata Database: How to build an Online Library.

7
Comments
6 min read
Meet Five: A Popular FileMaker Alternative

Meet Five: A Popular FileMaker Alternative

Comments
13 min read
Query Like a Pro: Active Record for Database Queries

Query Like a Pro: Active Record for Database Queries

1
Comments
4 min read
Comparison between Apache AGE and other popular graph databases.

Comparison between Apache AGE and other popular graph databases.

7
Comments
3 min read
SPL computing performance test series: associate tables and wide table

SPL computing performance test series: associate tables and wide table

Comments
6 min read
loading...