Tagged Questions
5
votes
1answer
220 views
Is there a DBI proxy that handles SQL restrictions and transactions?
I am looking for a DBI (or similar) proxy that supports both SQL restrictions and transactions. The two I know about are:
DBD::Proxy
DBD::Gofer
DBD::Proxy
The problem I have found with DBD::Proxy ...
1
vote
1answer
186 views
How can I use DBD::Proxy with DBIx::Class?
I need to get a database connection through a firewall, and also limit what queries can be run. DBD::Proxy seems to be the perfect solution for this. However, I'm currently using DBIx::Class, and ...