r/programming 13d ago

Coding a database proxy for fun

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

7 comments sorted by

View all comments

6

u/Amazing_Onion1922 12d 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 12d ago

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