forked from vieter-v/vieter
refactor: ran vfmt with new defaults
feat(docker): started work on new implementation
This commit is contained in:
parent
1caccceda2
commit
341c94669c
26 changed files with 225 additions and 167 deletions
|
|
@ -8,7 +8,7 @@ struct VieterDb {
|
|||
|
||||
// init initializes a database & adds the correct tables.
|
||||
pub fn init(db_path string) ?VieterDb {
|
||||
conn := sqlite.connect(db_path) ?
|
||||
conn := sqlite.connect(db_path)?
|
||||
|
||||
sql conn {
|
||||
create table GitRepo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue