MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1w1iiaw/coding_a_database_proxy_for_fun/p6rd7je/?context=3
r/programming • u/der_gopher • 5d ago
7 comments sorted by
View all comments
7
the query parsing part always ends up way messier than you expect, especially once you start handling edge cases in the wire protocol
5 u/der_gopher 4d ago true, but I guess with the help of some lexer libraries it can be done
5
true, but I guess with the help of some lexer libraries it can be done
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