ecto
Here are 359 public repositories matching this topic...
-
Updated
May 4, 2022 - Elixir
-
Updated
Apr 25, 2022 - Elixir
-
Updated
Apr 6, 2022 - Elixir
-
Updated
Dec 9, 2021 - Elixir
-
Updated
May 6, 2022 - Elixir
Improve docs
Would be nice to improve the docs, make it clearer, simpler and easy to understand.
-
Updated
Dec 29, 2021 - Crystal
Hello,
What would be the suggested way of (ab)using this library so that events that don't persist changes in the database are tracked along with those that do?
For example, track every "show" action for certain entities.
If this is a feature that could be scoped within this library I'd appreciate any pointers so I can submit a patch for review.
The simplest approach I can think of wo
-
Updated
Apr 11, 2022 - Elixir
-
Updated
Jul 5, 2021 - Elixir
-
Updated
Jul 21, 2020 - Elixir
First of all, thanks for this great tutorial! I learned a lot following along!
After going through the code several times, I'm wondering why we would need to explicitly encrypt/decrypt field values of our custom EncryptedField type before saving them in the database. Isn't that why we define our custom Ecto Types to begin with, so that we don't need to encrypt/decrypt values manually and expl
-
Updated
Dec 2, 2021 - Elixir
Hi,
I have setup a filter as:
number :status, allow_decimal: false, allowed_values: 1..5
if no status is selected in filters, blank value is passed in params. I am filtering the blank values before sending the filter params to Filtrex.parse_params else it responds with an error. This pattern is so common, I was wondering if it would be good idea to include this as an option in t
-
Updated
Mar 7, 2022 - Elixir
-
Updated
Jul 27, 2021 - Elixir
-
Updated
May 12, 2022 - Elixir
-
Updated
May 11, 2022 - Elixir
Improve this page
Add a description, image, and links to the ecto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ecto topic, visit your repo's landing page and select "manage topics."
Is there a way to limit number of records fetched per page? it is currently 100. I want to limit records per page to make the query fast.