go: add a TODO [skip ci]
This commit is contained in:
parent
d83a4bbc4c
commit
d5ed25f1f1
1
run.go
1
run.go
@ -92,6 +92,7 @@ func run() error {
|
||||
|
||||
log.Infof("connecting to db at '%s'", connstr)
|
||||
|
||||
// TODO: conditionally set db type.
|
||||
db, err := ent.Open("sqlite3", connstr)
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to open a connection to sqlite: %v", err)
|
||||
|
Loading…
Reference in New Issue
Block a user