Basic Usage

*gosql.DB has four basic methods to interact with a database.

  1. Select

  2. Insert

  3. Update

  4. Delete

Last updated