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?
- Python IO Connector Peter Dannemann
- Re: Python IO Connector Luke Cwik
- Re: Python IO Connector pbd281
- Re: Python IO Connector Luke Cwik
- Re: Python IO Connector Chamikara Jayalath
- Re: Python IO Connector Robert Bradshaw
- Re: Python IO Connector Eugene Kirpichov
- Re: Python IO Connector pbd281
- Re: Python IO Connector Luke Cwik
- Re: Python IO Connector Lucas Magalhães
- Re: Python IO Connector Brian Hulette
