trustmebro.reviews
SQLite

SQLite

Software Tool · Web frameworks & libraries · 10 mentions · 1 subreddit · discussed in r/webdev

Reddit take

Not enough linked mention summaries yet; the source excerpts below are the evidence.

Pros

  • Since its essentially just one SQLITE table there are plenty of tutorials out there to get the basic functionality working.
  • Sqlite on a cheap VPS with SSD storage
  • Database: SQLite (with repositories pattern for data access)
  • Storing it on SQLite or other database would be good since the data already persists, but I refuse to believe a game would actually be made to store a state on a database?
  • I already know python and I was thinking about using Flask as the web framework and SQLite as the database.

Cons

  • I’m using Node.js + Next.js (frontend/backend with React libs), SQLite with Prisma, and AWS SDK for Cloudflare R2 image/file uploads.
  • I used Strapi CMS (although I should've used MongoDB or something else, I stuck with the default SQLite).

Sentiment

8 positive (80%) · 2 mixed (20%) · 0 negative (0%)

Trust + time weighted score: +77% · raw score 80%

What redditors said (10 of 10)

I’m using Node.js + Next.js (frontend/backend with React libs), SQLite with Prisma, and AWS SDK for Cloudflare R2 image/file uploads.
mixed · u/S****T · r/webdev · Nov 30, 2025 · open on Reddit ↗
Since its essentially just one SQLITE table there are plenty of tutorials out there to get the basic functionality working.
positive · u/d****h · r/webdev · Nov 8, 2025 · open on Reddit ↗
Sqlite on a cheap VPS with SSD storage
positive · u/N**d · r/webdev · comment · Nov 7, 2025 · open on Reddit ↗
Database: SQLite (with repositories pattern for data access)
positive · u/m****1 · r/webdev · Feb 27, 2025 · open on Reddit ↗
Storing it on SQLite or other database would be good since the data already persists, but I refuse to believe a game would actually be made to store a state on a database?
positive · u/M****e · r/webdev · comment · Feb 17, 2025 · open on Reddit ↗
I already know python and I was thinking about using Flask as the web framework and SQLite as the database.
positive · u/T****n · r/webdev · Jan 23, 2025 · open on Reddit ↗
SQLite has had no issues with concurrency (for me at least) since SQLite 3 using the WAL pragma. (Write Ahead Log).
positive · u/s****0 · r/webdev · comment · Jan 21, 2025 · open on Reddit ↗
I used Strapi CMS (although I should've used MongoDB or something else, I stuck with the default SQLite).
mixed · u/O****9 · r/webdev · Jan 8, 2025 · open on Reddit ↗
In terms of databases, you should learn about a relational SQL database like SQLite.
positive · u/N****5 · r/webdev · comment · Jan 7, 2025 · open on Reddit ↗
I am currently playing around with / building a boilerplate using: - Flask backend - SQLite for DB - JS / Alpine.JS - Tailwind / DaisyUI
positive · u/T****u · r/webdev · comment · Jan 6, 2025 · open on Reddit ↗

Compare

Related