Implement note parsing

This commit is contained in:
2024-10-27 17:18:43 +01:00
parent 9f0435057e
commit c31ab6a01d
6 changed files with 95 additions and 4 deletions

2
db.go
View File

@@ -7,7 +7,7 @@ import (
"os"
"time"
"github.com/mattn/go-sqlite3"
_ "github.com/mattn/go-sqlite3"
)
type DB struct {