psycopg / psycopg2

PostgreSQL database adapter for the Python programming language
https://www.psycopg.org/
Other
3.31k stars 503 forks source link

Django and LGPL #1663

Closed lucoder89 closed 7 months ago

lucoder89 commented 8 months ago

I know that there were several questions about LGPL licensing, but I want to be certain here.

We want to use psycopg2 in our commercial project with closed source code. Project is based on Django, psycopg2 is installed using pip.

psycopg2 isn't modified, it's just used as Django's database default engine. I assume that using psycopg2 that way, doesn't affect our code licensing and we can use it commercially without releasing the code?

Best regards!

dvarrazzo commented 7 months ago

Yes, that's perfect. By the LGPL terms, you can use the library in a commercial, closed-source project no problem.

I wish you the best of luck with your project!