|
|
|
|
|
by jillesvangurp
568 days ago
|
|
There are also some SQL parsing libraries for python that you can use to restrict things further. But opening the DB in RO mode is a good start. Another concern with tools like this is query performance and not accidentally overloading your database with some stupidly expensive query. |
|