you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago* (1 child)

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...)

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 3 years 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 🙏

  • source
  • parent