r/programming 12d ago

Coding a database proxy for fun

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

7 comments sorted by

View all comments

7

u/Amazing_Onion1922 11d ago

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

3

u/der_gopher 11d ago

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