mapper() func is deprectiated
Author: data-djinnCreated Jan 21, 2022Updated Mar 29, 2022
Per the SQLAlchemy docs, the mapper() function is depreciated. The docs suggest using registry.map_imperatively() to get the same functionality used in pysheeet.
@crazyguitar I'd be happy to open a PR & update the syntax - just be patient with me, as I'm still learning :)
Source: crazyguitar/pysheeet