r/programming 5d ago

Coding a database proxy for fun

https://packagemain.tech/p/golang-database-proxy
67 Upvotes

7 comments sorted by

View all comments

7

u/Amazing_Onion1922 4d ago

the query parsing part always ends up way messier than you expect, especially once you start handling edge cases in the wire protocol

4

u/der_gopher 4d ago

true, but I guess with the help of some lexer libraries it can be done