Relative Content

Tag Archive for pythonbuildproject

Python projects with pick-and-choose submodules

I am building a database management project. I want it to be able to work with MariaDB and SQLServer, but I don’t want the MariaDB users to have to install SQLServer drivers and libraries, or vice-versa. I’ve seen this done with, for instance, SQLAlchemy, but their approach doesn’t look very straightforward.

Python projects with pick-and-choose submodules

I am building a database management project. I want it to be able to work with MariaDB and SQLServer, but I don’t want the MariaDB users to have to install SQLServer drivers and libraries, or vice-versa. I’ve seen this done with, for instance, SQLAlchemy, but their approach doesn’t look very straightforward.