remove sqlite3_utils

This commit is contained in:
Swrup 2022-01-13 15:11:27 +01:00
parent 71d8988f1a
commit e262401fa9
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 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 = module Db =
( val Caqti_blocking.connect (Uri.of_string ("sqlite3://" ^ db)) ( val Caqti_blocking.connect (Uri.of_string ("sqlite3://" ^ db))
|> Caqti_blocking.or_fail ) |> Caqti_blocking.or_fail )

View file

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