remove sqlite3_utils

This commit is contained in:
Swrup 2022-01-13 15:11:27 +01:00
parent 6bdc7ea48b
commit 4f0f78cae5
2 changed files with 0 additions and 4 deletions

View file

@ -11,9 +11,6 @@ let db = Filename.concat db_root "permap.db"
let random_state = Random.State.make_self_init ()
let with_db ?mode ?mutex ?cache ?vfs ?timeout f =
Sqlite3_utils.with_db ?mode ?mutex ?cache ?vfs ?timeout db f
module Db =
( val Caqti_blocking.connect (Uri.of_string ("sqlite3://" ^ db))
|> Caqti_blocking.or_fail )

View file

@ -26,7 +26,6 @@
emile
omd
safepass
sqlite3_utils
lambdasoup)
(preprocess
(pps lwt_ppx)))