matthewmueller / pogo

Type-safe Database Client for Go. Supports PostgreSQL and SQLite.
MIT License
6 stars 0 forks source link

Add an InsertMany(db, inputs...) #4

Open matthewmueller opened 6 years ago

matthewmueller commented 6 years ago

Batch insert support. This can be done in a non-breaking way.