Versions in this module Expand all Collapse all v1 v1.0.1 Oct 7, 2023 v1.0.0 Sep 25, 2023 Changes in this version + const DB_NAME + type TDb struct + func NewDb() *TDb + func (t *TDb) Init(filename string) + func (t *TDb) SaveNote(note string) bool + func (t *TDb) SearchNote(text string) (*sql.Rows, bool)