mbr / simplekv

A simple key-value store for binary data.
http://simplekv.readthedocs.io
MIT License
152 stars 50 forks source link

added support for sqlalchemy 2 #117

Open EllisK-L opened 12 months ago

EllisK-L commented 12 months ago

As of SQL Alchemy 2 they fully depreciated the old way of executing queries used by simplekv. I tested these changes to work with SQL Alchemy 1.4.49 and 2.0.21. I'm unsure how old of SQL Alchemy this will work with.

I also got warnings by pytest to change the decorators to the newer name, so I did.