module Trakeva_of_uri:sig
..end
Trakeva_interface.KEY_VALUE_STORE
with a
dynamically chosen backend among the ones available at compilation timeinclude Trakeva.KEY_VALUE_STORE
The function create
takes a URI string:
"postgresql"
then Trakeva_postgresql
will be used,"sqlite"
, or there is no scheme, then
Trakeva_sqlite
will be used,val available_backends : string list
create