|
|
ResourceID = erlang:iolist_to_binary([io_lib:format("~ts_~ts", [?APP, DB])]),
|
|
ResourceID = erlang:iolist_to_binary([io_lib:format("~ts_~ts", [?APP, DB])]),
|
|
|
list_to_existing_atom(io_lib:format("~ts_~ts", [emqx_connector, DB])),
|
|
list_to_existing_atom(io_lib:format("~ts_~ts", [emqx_connector, DB])),
|