Seeking thoughts on advantages of the Repo.transact pattern vs disadvantages I’ve read about Ecto.Multi
|
|
53
|
4430
|
February 13, 2025
|
Ecto: How to fix my custom “Out of range” message?
|
|
1
|
71
|
December 15, 2024
|
** (RuntimeError) could not lookup Ecto repo Repo because it was not started or it does not exist
|
|
14
|
14528
|
June 24, 2024
|
Connect/Disconnect from remote Repo
|
|
0
|
303
|
December 20, 2023
|
Ecto `get!` then `delete!` Anti-pattern?
|
|
5
|
2035
|
December 14, 2023
|
Ecto.Repo.insert() vs Medqcx.Repo.transaction()
|
|
2
|
521
|
June 16, 2023
|
Using Repo functions outside of context modules: Anti-Pattern?
|
|
5
|
945
|
September 23, 2022
|
Pheonix | Repo controller accepting range for DB request
|
|
1
|
528
|
December 18, 2021
|
How to generalize the Repo.delete callback()?
|
|
1
|
786
|
August 26, 2021
|
Rendering different values depending on a state of repository
|
|
9
|
600
|
June 17, 2021
|
How to get the status of a Ecto.Repo pool?
|
|
12
|
2514
|
May 26, 2021
|
Error with Repo.get (undefined table) whereas Repo.query works fine
|
|
2
|
700
|
May 25, 2021
|
** (RuntimeError) cannot encode association :address from MyApp.Model.Property to JSON because the association was not loaded
|
|
8
|
1881
|
May 16, 2021
|
Getting latest live rule first then the rest of the data using Repo
|
|
1
|
499
|
March 23, 2021
|
When an ecto function provides a "repo" variable, is it safe to go around it?
|
|
2
|
598
|
February 26, 2021
|
μRepo - small, self-hosted Hex repository with support for documentation hosting
|
|
0
|
1081
|
November 19, 2020
|
Can Ecto.Adapters.SQL.query/4 support Repo.default_options/1
|
|
0
|
558
|
August 24, 2020
|
need help, on how to do it returning updated fields ?
|
|
3
|
1098
|
March 13, 2020
|
How can I implement the return of only those fields that have been updated ?
|
|
1
|
763
|
March 13, 2020
|
Question about query and assoc
|
|
6
|
598
|
February 24, 2020
|
How to mock unit tests but not integration tests? (Using Mox ideally)
|
|
13
|
2177
|
November 23, 2019
|
From `Repo.insert/2` to `Repo.transaction/2`
|
|
7
|
2493
|
October 29, 2019
|
Where is the best place for functions like (create/update)
|
|
1
|
637
|
October 19, 2019
|
Monitoring connections pool of Ecto repo
|
|
4
|
3703
|
September 23, 2019
|
Best approach to use a project with its own database/Repo as a dependency in another project
|
|
8
|
1365
|
July 11, 2019
|
Using MongoDB as database for phoenix app 1.4
|
|
7
|
4728
|
April 8, 2019
|
Best practices: Umbrella app with Multiple Repos
|
|
14
|
4388
|
March 26, 2019
|
How to mock/stub methods in Elixir library Ecto/Repo?
|
|
3
|
4798
|
March 3, 2019
|
Preload association after Repo.update
|
|
5
|
6643
|
February 11, 2019
|
Inserting Binary, Repo & Ecto
|
|
5
|
2541
|
January 10, 2019
|