Tuesday, February 15, 2022

The Database Connection as a Leverage Point

Most databases are accessed over a network connection. We tend to think of these connections as an opaque tube between the database client and the database server: whatever happens in these tubes is mysterious, and there is nothing we can do about it. I'd like to show you how these connections can in fact be used to augment and improve your information systems.

By routing these database connections through a smart database proxy, we can observe, control and potentially modify the requests and responses going back and forth. This gives us a powerful leverage point:



from DZone.com Feed https://ift.tt/fq7DIWw

No comments:

Post a Comment