We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5139e6 commit 4f5b693Copy full SHA for 4f5b693
doc/manual-wiki/libraries.wiki
@@ -13,9 +13,9 @@ configuration file before {{{ Eliom }}}).
13
There are currently two implementations of {{{ Ocsipersist }}}:
14
{{{ ocsipersist-dbm.cma }}} (uses the DBM database);
15
{{{ ocsipersist-sqlite.cma }}} (uses the SQLite database
16
-and depends on {{{ sqlite3.cma }}});
+and depends on {{{ sqlite3.cma }}} from the OPAM package sqlite3);
17
{{{ ocsipersist-pgsql.cma }}} (uses the PostgreSQL (version >= 9.5)
18
-database and depends on {{{ pa_pgsql.cma }}});
+database and depends on {{{ pa_pgsql.cma }}} from the OPAM package pgocaml);
19
>>
20
21
It is possible to customize the location of the database on the
0 commit comments