moebius
moebius copied to clipboard
A functional query tool for Elixir
Hello! I'm working on adding search to my database but for some reason, no matter what I do, the limit isn't honored when using `Moebius.Query.search/2` I think this might be...
Not sure if this is a bug or a feature request, but I'm wondering how to return a single entry. For example, I have a series of entries that are...
Hi -- I use the following code to add an `on conflict (col) do nothing` clause to the SQL statement Moebius generates and wonder if (a) this would be a...