- gitty_open(+Store, +Options) is det
- Open a gitty store according to Options. Defined
options are:
- driver(+Driver)
- Backend driver to use. One of
files
or bdb
. When
omitted and the store exists, the current store is
examined. If the store does not exist, the default
is files
.