Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 208 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 208 Bytes

Basic SQLite Recipe

An example of connecting to a sqlite database.

Setup

  1. Run Go program.

    $ make run

Reference