Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/manual-wiki/libraries.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ configuration file before {{{ Eliom }}}).
There are currently two implementations of {{{ Ocsipersist }}}:
{{{ ocsipersist-dbm.cma }}} (uses the DBM database);
{{{ ocsipersist-sqlite.cma }}} (uses the SQLite database
and depends on {{{ sqlite3.cma }}});
and depends on {{{ sqlite3.cma }}} from the OPAM package sqlite3);
{{{ ocsipersist-pgsql.cma }}} (uses the PostgreSQL (version >= 9.5)
database and depends on {{{ pa_pgsql.cma }}});
database and depends on {{{ pa_pgsql.cma }}} from the OPAM package pgocaml);
>>

It is possible to customize the location of the database on the
Expand Down