** (RuntimeError) could not lookup Ecto repo Repo because it was not started or it does not exist
|
|
14
|
13769
|
June 24, 2024
|
Seeking thoughts on advantages of the Repo.transact pattern vs disadvantages I’ve read about Ecto.Multi
|
|
51
|
3299
|
February 26, 2024
|
Connect/Disconnect from remote Repo
|
|
0
|
269
|
December 20, 2023
|
Ecto `get!` then `delete!` Anti-pattern?
|
|
5
|
1917
|
December 14, 2023
|
Ecto.Repo.insert() vs Medqcx.Repo.transaction()
|
|
2
|
507
|
June 16, 2023
|
Using Repo functions outside of context modules: Anti-Pattern?
|
|
5
|
925
|
September 23, 2022
|
Pheonix | Repo controller accepting range for DB request
|
|
1
|
526
|
December 18, 2021
|
How to generalize the Repo.delete callback()?
|
|
1
|
784
|
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
|
2414
|
May 26, 2021
|
Error with Repo.get (undefined table) whereas Repo.query works fine
|
|
2
|
696
|
May 25, 2021
|
** (RuntimeError) cannot encode association :address from MyApp.Model.Property to JSON because the association was not loaded
|
|
8
|
1820
|
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
|
596
|
February 26, 2021
|
μRepo - small, self-hosted Hex repository with support for documentation hosting
|
|
0
|
1075
|
November 19, 2020
|
Can Ecto.Adapters.SQL.query/4 support Repo.default_options/1
|
|
0
|
554
|
August 24, 2020
|
need help, on how to do it returning updated fields ?
|
|
3
|
1049
|
March 13, 2020
|
How can I implement the return of only those fields that have been updated ?
|
|
1
|
762
|
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
|
2138
|
November 23, 2019
|
From `Repo.insert/2` to `Repo.transaction/2`
|
|
7
|
2483
|
October 29, 2019
|
Where is the best place for functions like (create/update)
|
|
1
|
635
|
October 19, 2019
|
Monitoring connections pool of Ecto repo
|
|
4
|
3561
|
September 23, 2019
|
Best approach to use a project with its own database/Repo as a dependency in another project
|
|
8
|
1357
|
July 11, 2019
|
Using MongoDB as database for phoenix app 1.4
|
|
7
|
4671
|
April 8, 2019
|
Best practices: Umbrella app with Multiple Repos
|
|
14
|
4268
|
March 26, 2019
|
How to mock/stub methods in Elixir library Ecto/Repo?
|
|
3
|
4659
|
March 3, 2019
|
Preload association after Repo.update
|
|
5
|
6419
|
February 11, 2019
|
Inserting Binary, Repo & Ecto
|
|
5
|
2498
|
January 10, 2019
|
Optional ecto repos
|
|
2
|
1148
|
November 5, 2018
|