tursodatabase / libsql-client-go

Go client API for libSQL
MIT License
180 stars 24 forks source link

remove chained if statements and add switch statement on libsql/sql.go #122

Closed ElecTwix closed 1 month ago

ElecTwix commented 2 months ago

Hey I know this is small PR. This is a minor test to see how code review works here. While the Go driver seems robust on its own, I'm interested in exploring further improvements.

penberg commented 1 month ago

Looks reasonable. I will let @haaawk review and merge