module DB: Trakeva_of_uri
include 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