koxudaxi / py-data-api

A user-friendly client for AWS Aurora Serverless's Data API
https://koxudaxi.github.io/py-data-api
MIT License
40 stars 9 forks source link

Drop a feature supporting sqlalchemey object #60

Closed koxudaxi closed 3 years ago

koxudaxi commented 4 years ago

Now, py-data-api runs as a sqlalchemy dialect. But, The library treats sqlalchemy objects like Select, Insert, etc... The feature wastes a lot of processes on issue SQL.
And, it makes code complex.