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.
The 9 AWS Serverless Databases ALL App Developers & Software Engineers Should Know About 👨‍💻💭

The 9 AWS Serverless Databases ALL App Developers & Software Engineers Should Know About 👨‍💻💭

11
Comments
7 min read
Set up a free PostgreSQL database on Supabase to use with Prisma

Set up a free PostgreSQL database on Supabase to use with Prisma

183
Comments 19
6 min read
[Best practice] C# 9 Records as DDD Value Objects with EF Core 6

[Best practice] C# 9 Records as DDD Value Objects with EF Core 6

22
Comments 3
4 min read
Building An E-commerce Telegram Bot Using Python and Fauna.

Building An E-commerce Telegram Bot Using Python and Fauna.

80
Comments 33
17 min read
Redis Streams in Action - Part 3 (Java app to process tweets with Redis Streams)

Redis Streams in Action - Part 3 (Java app to process tweets with Redis Streams)

7
Comments
9 min read
Mongo and Node.js on local instance

Mongo and Node.js on local instance

3
Comments 2
2 min read
Serverless Redis with Cloudflare Workers & Pulumi

Serverless Redis with Cloudflare Workers & Pulumi

8
Comments 1
5 min read
HOW TO SLOW "(ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)"

HOW TO SLOW "(ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)"

5
Comments
1 min read
Python pytest testing with SQLAlchemy for my game

Python pytest testing with SQLAlchemy for my game

4
Comments
4 min read
A Command Line Key-Value Data Store using the Rust Programming Language.

A Command Line Key-Value Data Store using the Rust Programming Language.

12
Comments 1
4 min read
1NF and 2NF

1NF and 2NF

5
Comments
2 min read
Introducing PartiQL For DynamoDB

Introducing PartiQL For DynamoDB

11
Comments 4
2 min read
Minimal Cover

Minimal Cover

15
Comments
1 min read
DMS Configuration for Oracle to RDS migration

DMS Configuration for Oracle to RDS migration

4
Comments 1
11 min read
Finding Super Keys

Finding Super Keys

6
Comments
1 min read
Single use Laravel code

Single use Laravel code

3
Comments
4 min read
Storing python objects inside PysonDB

Storing python objects inside PysonDB

7
Comments
2 min read
Creating a Database - Part 2 - Firebase Basics Series

Creating a Database - Part 2 - Firebase Basics Series

7
Comments
4 min read
The Simple Basics of Cloudant NoSQL DB

The Simple Basics of Cloudant NoSQL DB

3
Comments
5 min read
Level Up Your dbt Schema Tests in 4 Easy Steps

Level Up Your dbt Schema Tests in 4 Easy Steps

3
Comments
3 min read
Why a Serverless Data API Might Be Your Next Database

Why a Serverless Data API Might Be Your Next Database

8
Comments
9 min read
Give your Postgres Queries More Memory to Work With

Give your Postgres Queries More Memory to Work With

7
Comments
3 min read
How to auto-document the database schema of your Rails app 04:08

How to auto-document the database schema of your Rails app

99
Comments 1
2 min read
Normalization and Functional Dependencies in DBMS

Normalization and Functional Dependencies in DBMS

4
Comments
1 min read
Pipedrive API with Python: How to write to contact records

Pipedrive API with Python: How to write to contact records

3
Comments
5 min read
How Roche Discovered Novel Potential Gene Targets with TypeDB

How Roche Discovered Novel Potential Gene Targets with TypeDB

5
Comments
7 min read
How to connect your apps to a PlanetScale database on Koyeb

How to connect your apps to a PlanetScale database on Koyeb

4
Comments 1
4 min read
Running your Database on OpenShift and CodeReady Containers

Running your Database on OpenShift and CodeReady Containers

2
Comments
7 min read
PouchDB.find is not a function

PouchDB.find is not a function

4
Comments
3 min read
Write Faster and More Efficient SQL Queries

Write Faster and More Efficient SQL Queries

6
Comments
9 min read
Too Good to Be True: Why NewSQL Failed

Too Good to Be True: Why NewSQL Failed

2
Comments 1
10 min read
Building cloud native apps: Databases best practices

Building cloud native apps: Databases best practices

3
Comments
5 min read
Brief Introduction to ORM

Brief Introduction to ORM

5
Comments
1 min read
Converting ER-Diagram to Relational Model

Converting ER-Diagram to Relational Model

7
Comments
1 min read
Modelling with NDB

Modelling with NDB

4
Comments
6 min read
What is gun.js?

What is gun.js?

9
Comments
2 min read
Change Database name using NID (DBNEWID utility)

Change Database name using NID (DBNEWID utility)

9
Comments
16 min read
How to calculate percentile,Decile and Quartile in R-programming

How to calculate percentile,Decile and Quartile in R-programming

4
Comments
5 min read
NoSQL vs. SQL: 12 Datastores for Your Application

NoSQL vs. SQL: 12 Datastores for Your Application

2
Comments
1 min read
Adding and Removing columns from existing tables using Laravel migrations.

Adding and Removing columns from existing tables using Laravel migrations.

29
Comments 5
5 min read
Introduction to NoSQL (with Pros & Cons)

Introduction to NoSQL (with Pros & Cons)

3
Comments
6 min read
How To connect Laravel Application to MySQL Database.

How To connect Laravel Application to MySQL Database.

17
Comments 3
2 min read
5 Data Sources for Your Next Data Engineering Projects

5 Data Sources for Your Next Data Engineering Projects

14
Comments
6 min read
Deferring Side-Effects in Node.js until the End of a Transaction

Deferring Side-Effects in Node.js until the End of a Transaction

3
Comments
6 min read
MongoDB lookup on an array of objects which contains (foreign) ObjectId as a key

MongoDB lookup on an array of objects which contains (foreign) ObjectId as a key

20
Comments 8
4 min read
You Don't Know About Populate

You Don't Know About Populate

12
Comments 1
4 min read
SQL Or NOSQL: That is the question!

SQL Or NOSQL: That is the question!

5
Comments
5 min read
Deploying Azure Data Factory using Bicep

Deploying Azure Data Factory using Bicep

3
Comments
1 min read
What I Learned This Week: Database Constraints

What I Learned This Week: Database Constraints

5
Comments
2 min read
Entity-Relationship Diagram

Entity-Relationship Diagram

12
Comments
3 min read
Building a Contact Manager with Python, Flask, and HarperDB

Building a Contact Manager with Python, Flask, and HarperDB

79
Comments 5
9 min read
What is MongoDB Atlas?

What is MongoDB Atlas?

2
Comments
2 min read
Creating your First Cloudant NoSQL Database in Just 5 Minutes

Creating your First Cloudant NoSQL Database in Just 5 Minutes

6
Comments
5 min read
Oracle database and Docker

Oracle database and Docker

5
Comments
2 min read
Schema, Sub-schema and Languages of DBMS

Schema, Sub-schema and Languages of DBMS

6
Comments
2 min read
You don't know Redis

You don't know Redis

61
Comments
9 min read
Why we chose UUID over SERIAL in PostgreSQL?

Why we chose UUID over SERIAL in PostgreSQL?

2
Comments
3 min read
Requests and Connections like LinkedIn - How to Implement These Model Relationships in a Rails App

Requests and Connections like LinkedIn - How to Implement These Model Relationships in a Rails App

10
Comments
4 min read
Introduction and Types of DBMS

Introduction and Types of DBMS

11
Comments
2 min read
Architecture options for building a basic Data Lake on AWS - Part 1

Architecture options for building a basic Data Lake on AWS - Part 1

42
Comments 1
5 min read
loading...