this post was submitted on 05 Jul 2023
8 points (100.0% liked)

PostgreSQL

627 readers
6 users here now

The world's most advanced open source relational database

Project
Events
Podcasts
Related Fediverse communities

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

My understanding is that sqlite simply doesn't accept outside contribution... source If you want to extend it anyway, you're basically required to fork (or pay for the consortium membership of 120k/yr and ask them to develop the features...)

[–] [email protected] 2 points 1 year ago

From the link:

the project does not accept patches from people who have not submitted an affidavit dedicating their contribution into the public domain.

So now I see. Since the project is in public domain there's no copyright/left around it. And if you want to contribute, you need to sign a paper that says you're dedicating your patch to the public domain.

If you want to extend it anyway, you’re basically required to fork I think that's not totally true. Forking is only one of the approaches.

Nonetheless, I had the wrong idea of how SQLite is governed 🤦 Thanks for the refresher and the link 🙏