Code Snippets

Tag: Database Tag

SQLite with the sqlite3 Stdlib

Create a table, insert rows, and query with parameterized SQL.

Author: chris

Connect to PostgreSQL in Go

Open a database/sql handle to Postgres and query rows.

Author: chris