remove sqlite3_utils
This commit is contained in:
parent
71d8988f1a
commit
e262401fa9
2 changed files with 0 additions and 4 deletions
|
|
@ -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 )
|
||||||
|
|
|
||||||
1
src/dune
1
src/dune
|
|
@ -26,7 +26,6 @@
|
||||||
emile
|
emile
|
||||||
omd
|
omd
|
||||||
safepass
|
safepass
|
||||||
sqlite3_utils
|
|
||||||
lambdasoup)
|
lambdasoup)
|
||||||
(preprocess
|
(preprocess
|
||||||
(pps lwt_ppx)))
|
(pps lwt_ppx)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue