Hello,
I'm using Python/Django over MySQL. I'm currently working with MySQLdb that's under GNU GPL license. Is there a library with "similar" capabilities that's not under GPL-like licenses?
To clarify:
- I don't know yet if I will want to distribute my source code or charge money for my application. What I do know is that I don't want these decisions to be made for me by my choice of MySQL and Python.
- I'm currently building a web app using Django, for which I think the issue is irrelevant since I'm not "distributing" anything, but the Python code I'm writing may be viable for distribution as a desktop application and this is where the GPL starts bothering me.
Thanks