One of my recent projects involved exporting records from a SQLite database to a PostgreSQL database. I would have found it useful to have a guide to working with databases when I started out. There are two libraries I used: for sqlite3, I used Yasuhiro Matsumoto’s go-sqlite3 library. for postgres, I used Blake Mizerany’s pq library. This information can also be pulled from the package documentati