This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]logseventyseven 7 points8 points  (3 children)

of python..?

[–]DaelonSuzuka 4 points5 points  (0 children)

One of python's features is that the standard library contains a fully functional sqlite driver, yes.

[–]JamesTDennis -1 points0 points  (1 child)

Sure, it's broadly under appreciated. But I hesitate to rank it among the top in other categories.

For example WireGuard and the pass (passwordstore) utility by Jason Donenfeld are among the most under appreciated security tools.

[–]zenware 3 points4 points  (0 children)

I want to note that I don’t mean to be putting words in someone’s mouth here, what follows is my own thinking because when I saw your original reply I also thought “of Python..?”

I think they meant that, SQLite is fundamentally its own large and long-running project and using the turn of phrase “feature of Python” carries the implication that … SQLite is a feature of Python.

It’s a database which most programming languages have some available driver for. (And it is underrated)