tursodatabase / libsql-client-go

Go client API for libSQL
MIT License
166 stars 23 forks source link

Add support to batch statements for http driver #26

Closed luisfvieirasilva closed 1 year ago

luisfvieirasilva commented 1 year ago

To accomplish that this commmit does:

haaawk commented 1 year ago

@luisfvieirasilva you created a commit that changes 28 files and 35k lines. Is it really one big thing that can't be split into smaller self contained commits?

haaawk commented 1 year ago

Also I don't know what was generated and what not. Can't we use go generate and not check in generated code?

luisfvieirasilva commented 1 year ago

@haaawk PR updated