I am using Python / Django over MySQL. I am currently working with MySQLdb under the GNU GPL. Is there a library with "similar" capabilities that is not under the GPL?
To clarify:
thanks
It seems you misunderstood the GPL. (Disclaimer: I'm not a lawyer)
EDIT: To clarify point 2, as some people are confused: you don’t need to distribute anything, but if you are distributing something, you have to distribute the source code.
, MySQLdb GPL Python. Python . README :
License ------- GPL or the original license based on Python 1.5.2 license.
, .
: .
MySQLdb1 - python - mysqldb - GPL.
python, . _mysql.c, , EXCLUSIVELY GPL2 . , GPL, .
mariadb LGPL, mysql (GPL), , GPL.
/ MariaDB , , LGPL MariaDB Python.
MariaDB/MySQL Python, ...
......... .
python-MySQLdb Oracle, GPL (2014-02), python-MySQLdb, , , GPL, .
python-MySQLdb 1.2.5 works and is associated with mariadb-native-client 1.0.0, which is LGPL. In this case, using the original python-MySQLdb license based on the Python 1.5.2 license can only include binary distribution of the desktop application (perhaps in this case it will be necessary to distribute the sources for mariadb-native-client if it is dynamically connected).
Source: https://habr.com/ru/post/1708194/More articles:Adding a separator to the list of items to display - c #Is there a lazy JList download? - javaКак я могу сделать прокрутку браузера вверху после отправки формы в кадре - htmlFreeform Reporting Tool - rdbmsСоздайте файл Кабинета в Java - javahow to authenticate ldap when it is not connected to a domain in Microsoft Active Directory using C # - c #ASP.NET RewritePath does not work as expected / URL in browser changes - restДанные куска WCF с потоком - asynchronousQuestion about joining the table - performanceExpresses an ognl expression to evaluate the result of an expression - jspAll Articles