I am working on modifying the django-pyodbc package so that it can be used with MS Access.
I need this for the old database, which we are attached to in my organization, and did pretty hacky work specific to my situation, but also made useful, generalized progress in terms of adapting SQL syntax for MS Access.
My question is: is this a project that interests anyone else in the world? should I clear my code and try to completely generalize it, or can everyone else in the world solve problems with access to MS by switching to SQL server?
James source share