trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

Bundled JDBC drivers #57

Closed bglamadrid closed 2 years ago

bglamadrid commented 3 years ago

As stated in the README.md file, this project supports any relational database that has support for JDBC.

Other database vendors may be used as well.

The problem

I'm not sure if all their drivers are licensed under MIT or a similar open-source license.

For example, I know that Oracle drivers are not licensed to be freely distributed under foreign projects: if you want to use Oracle, you have to get those drivers on your own from their site.

THIS ISSUE NEEDS RESEARCH, DISCUSSION AND RELIABLE PROOF BEFORE ANY PULL REQUEST IS MADE.