it is new for me that a Company sell a Product and want to have Money, every Year, to use a "Wrapper" for a "Open-Source" Product
is it possible that Alaska must pay for License as they sell a ISAM "Wrapper" for PostgreSQL ? or want they just make Money ...
as i know MySQL is using GPL License, which means you need to purchase a commercial license to distribute proprietary code that uses those libraries.
PostgreSQL use MIT license, where you "only" must include MIT License TEXT with Copyright
---
the Question is "where" i have to "pay" for it to use "Wrapper" to connect to Backend
Alaska want me NOW to "buy" a License to use PGDBE which is Alaska Way to connect to Backend using ISAM Style
greeting,
In my understanding, MySql is free:
1. If MySql (community) is downloaded directly on the client computer and installed.
2. If you do not use libmysql.dll to access MySql.
If you use libmysql.dll for access, then your source code also needs to be under GPL.
Workaround:
1. You can use SQLMIX as an RDD to access MySql, MariaDB and the like which is native harbour and It is equally fast and uses ODBC connection and does not use libmysql.dll.
2. You can use open source database tool like Dbeaver which allows you to connect directly to all kinds of RDBMS and use as workbench.
This is what I have understood, I may be wrong. Please look into the licensing terms more thoroughly before taking any decision.