> On Mar 7, 2019, at 8:08 PM, Seth P <[email protected]> wrote:
> 
> Someone wrote a server that blindly executes SQL strings? Oy. Google around 
> for why that is a terrible idea.

Oh, I am very familiar with why it’s a terrible idea. Unfortunately, I’m a user 
of this service and don’t have much of a choice in the matter. I’m just trying 
to improve the lot of myself and others who can’t connect to the database 
directly and are instead stuck interacting with an HTTP service that forwards 
SQL strings. It would be nice if we could use a library like SQLAlchemy to at 
least generate the SQL strings we pass to this service. This is surely not my 
preferred method for interacting with a database, but it is the one I’m stuck 
with.

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to