forked from vieter-v/vieter
doc: added docstrings to all db/git functions
This commit is contained in:
parent
204144cee8
commit
5781796e99
5 changed files with 15 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ struct VieterDb {
|
|||
conn sqlite.DB
|
||||
}
|
||||
|
||||
// init initializes a database & adds the correct tables.
|
||||
pub fn init(db_path string) ?VieterDb {
|
||||
conn := sqlite.connect(db_path) ?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue