Tablesnap's interface allows a user to configure a custom path separator, defaulting to : but configurable also with arbitrary separators or '' to achieve no separator.
Tableslurp assumes the use of specifically a : separator, and so is incompatible with any implementation of Tablesnap that uses a custom keyname separator.
Compare https://github.com/JeremyGrosser/tablesnap/blob/master/tableslurp#L85 and https://github.com/JeremyGrosser/tablesnap/blob/master/tablesnap#L459 .
Tablesnap's interface allows a user to configure a custom path separator, defaulting to
:
but configurable also with arbitrary separators or''
to achieve no separator.Tableslurp assumes the use of specifically a
:
separator, and so is incompatible with any implementation of Tablesnap that uses a custom keyname separator.