Skip to main content
Home Creations Blog About Contact
Tag archive

#Database

3 articles

Articles

6 min read
Laravel & Architecture

Why SQLite is Often the Best Database for Modern Creator Platforms

The case for SQLite is not that it scales further than you think. It is that the operational cost of the alternative is far higher than most small products can justify — and that cost is paid every month, forever.

#Database #Laravel #SQLite
Read
8 min read
Laravel & Architecture

Killing N+1 Queries: Detection, Fixes, and Prevention

The N+1 query is the most common performance bug in ORM-backed applications, and it never shows up in development — because with twelve rows in your local database, nobody notices 13 queries.

#Laravel #Performance #Database
Read
9 min read
Databases

Running SQLite in Production: What Actually Breaks

SQLite handles far more production traffic than its reputation suggests — but the failure modes are specific, and most of them trace back to two settings people never change.

#SQLite #Database #Architecture
Read