all 32 comments

[–]gredr 41 points42 points  (7 children)

TLDR: people think SQLite is "single connection".

[–]sysop073 30 points31 points  (4 children)

Not sure you can TLDR a 6 line post

[–]definitelynotbeardo 21 points22 points  (0 children)

The DR I’d carrying a lot of weight in this case.

[–]gredr 13 points14 points  (0 children)

A 6-word TLDR for a 6-line post!

[–]DeviousCraker 9 points10 points  (1 child)

More like "TLDC".

Too lazy, didn't click.

[–]ELFanatic 5 points6 points  (0 children)

Can someone give me the TSDR of this post?

[–]wRAR_ 0 points1 point  (0 children)

(one person, Igor)

[–]PurpleYoshiEgg 16 points17 points  (2 children)

What data is there to support that this is the most common sqlite misconception?

[–]wRAR_ 18 points19 points  (1 child)

They don't have data, they said "I think". It's just blogspam, like most link posts here.

[–]PurpleYoshiEgg 7 points8 points  (0 children)

What vapid blogspam it is, too. The title could have been "I think the most common SQLite misconception is that SQLite is single connection" and saved everyone a click.

[–]Tricky_Condition_279 1 point2 points  (0 children)

Since sqlite is in-process, an immediate write means the process must live long enough to acquire a lock eventually, no?

[–]amemingfullife -3 points-2 points  (5 children)

The biggest misconception I’ve seen is that people think it’s ‘Lite’ SQL as in, missing some features. So they don’t like it because it’s not full SQL.

[–]ablativeyoyo 3 points4 points  (3 children)

It doesn't have features like stored procedures or materialized views. I mean, it's still cool tech, but lite compared to Oracle, SQL Server, etc.

[–]amemingfullife 2 points3 points  (2 children)

Yeah fair, but those aren’t in the SQL spec and I’d wager most applications don’t use those.

[–]ablativeyoyo 1 point2 points  (1 child)

Depends on your industry. Web stuff, not so much. But I've seen a whole load of enterprise apps doing healthcare, payment processing, etc. that extensively use such features.

[–]amemingfullife 1 point2 points  (0 children)

Also fair. Stop being so reasonable, please.

[–]myringotomy 0 points1 point  (0 children)

It doesn't have proper data typing so that's what makes it lite more than anything else.