Fix: connect to database when starting application
1 files changed, 2 insertions(+), 0 deletions(-) M database.lisp
M database.lisp => database.lisp +2 -0
@@ 65,3 65,5 @@ (cons (caar (clsql:select [title] :from [adj_list] :where [= [title] title])) (get-path (get-title-by-id parent))) `(,(caar (clsql:select [title] :from [adj_list] :where [= [title] title])))))) + +(connect)