Moebius v3.0.0 API Reference
Modules
If you like your Postgres doing document goodness, then you’ll want to use this interface. Just include it in your module and you can work directly with JSONB in PostgreSQL. We’ve tried to keep reasonable parity with the Query interface, but there are some concepts here that are a bit different
The main query interface for Moebius. Import this module into your code and query like a champ
Struct for the query command which is piped through all the transforms
The QueryFilter module is used to build WHERE clauses to be used in queries. You can call it directly but in most cases it will be used through the Query module (see Query module)
The results that come back from Postgrex are in a bit of a convoluted form with string key maps that aren’t terribly useful. This module restructures the results