mgutz / dat

Go Postgres Data Access Toolkit
Other
612 stars 62 forks source link

Fix typo in README #39

Closed nathanleclaire closed 8 years ago

nathanleclaire commented 8 years ago

Insert not :bug: ;) @mgutz

mgutz commented 8 years ago

There's an Insect method which inserts or selects. Upsert is update or insert.

nathanleclaire commented 8 years ago

Ah clever. Thanks