I’d like to develop the Python SDK’s SQL IO connector. I was thinking it
would be easiest to use sqlalchemy to achieve maximum database engine
support, but I suppose I could also create an ABC for databases that follow
the DB API and create subclasses for each database engine that override a
connect method. What are your thoughts on the best way to do this?

Reply via email to