Skip to content

Latest commit

 

History

History

sqlite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Basic SQLite Recipe

An example of connecting to a sqlite database.

Setup

  1. Run Go program.

    $ make run

Reference