I'm using sandman2[0] as a wrapper for psql and mysql databases. how is it different or any feature/differentiating factor I should consider for my future wrappers?
Does sandman support joining, filtering to only fetch some columns, full-text-search, authentication to use different roles based on a token, defining callable functions in sql?
Looking at the sandman docs those were some features that I've used a lot in postgrest but weren't mentioned in sandman.
[0] - https://github.com/jeffknupp/sandman2