moebius icon indicating copy to clipboard operation
moebius copied to clipboard

A functional query tool for Elixir

Results 3 moebius issues
Sort by recently updated
recently updated
newest added

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...

bug
help wanted

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...

bug
help wanted

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...