python-cachier / cachier

Persistent, stale-free, local and cross-machine caching for Python functions.
MIT License
534 stars 60 forks source link

Add a Generic SQL (using pyodbc) core #207

Open shaypal5 opened 5 months ago

shaypal5 commented 5 months ago

Could be cool and useful.

I started toying with ChatGPT to generate such a core. You can take a look at the results in #206, or the odbc_core branch.

Anyone is more than welcome to take this on and try and finish the draft of this contribution.