this post was submitted on 15 Jul 2025
24 points (100.0% liked)

Programming

21621 readers
207 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] atzanteol@sh.itjust.works 3 points 3 days ago (2 children)
[–] UndercoverUlrikHD@programming.dev 8 points 3 days ago (1 children)

First paragraphs in the article

Writing a package manager is not one of the most common programming tasks. After all, there are many out-of-the-box ones available. Yet, somehow I've found myself in exactly this situation.

How so?

I'm a big fan of SQLite and its extensions. Given the large number of such extensions in the wild, I wanted a structured approach to managing them. Which usually involves, well, a package manager. Except there is none for SQLite. So I decided to build one!

[–] atzanteol@sh.itjust.works 0 points 2 days ago

Having a reason is not the same as having a good reason.

Hence my facetious "but why?" (I had read the article - they don't justify it well).