** (RuntimeError) could not lookup Ecto repo Repo because it was not started or it does not exist
|
|
9
|
9753
|
March 14, 2023
|
Using Repo functions outside of context modules: Anti-Pattern?
|
|
5
|
503
|
September 23, 2022
|
Pheonix | Repo controller accepting range for DB request
|
|
1
|
359
|
December 18, 2021
|
Ecto `get!` then `delete!` Anti-pattern?
|
|
2
|
920
|
November 15, 2021
|
How to generalize the Repo.delete callback()?
|
|
1
|
532
|
August 26, 2021
|
Rendering different values depending on a state of repository
|
|
9
|
433
|
June 17, 2021
|
How to get the status of a Ecto.Repo pool?
|
|
12
|
1627
|
May 26, 2021
|
Error with Repo.get (undefined table) whereas Repo.query works fine
|
|
2
|
464
|
May 25, 2021
|
** (RuntimeError) cannot encode association :address from MyApp.Model.Property to JSON because the association was not loaded
|
|
8
|
1099
|
May 16, 2021
|
Getting latest live rule first then the rest of the data using Repo
|
|
1
|
309
|
March 23, 2021
|
When an ecto function provides a "repo" variable, is it safe to go around it?
|
|
2
|
400
|
February 26, 2021
|
μRepo - small, self-hosted Hex repository with support for documentation hosting
|
|
0
|
648
|
November 19, 2020
|
Can Ecto.Adapters.SQL.query/4 support Repo.default_options/1
|
|
0
|
400
|
August 24, 2020
|
need help, on how to do it returning updated fields ?
|
|
3
|
584
|
March 13, 2020
|
How can I implement the return of only those fields that have been updated ?
|
|
1
|
551
|
March 13, 2020
|
Question about query and assoc
|
|
6
|
465
|
February 24, 2020
|
How to mock unit tests but not integration tests? (Using Mox ideally)
|
|
13
|
1524
|
November 23, 2019
|
From `Repo.insert/2` to `Repo.transaction/2`
|
|
7
|
2083
|
October 29, 2019
|
Where is the best place for functions like (create/update)
|
|
1
|
481
|
October 19, 2019
|
Monitoring connections pool of Ecto repo
|
|
4
|
2711
|
September 23, 2019
|
Best approach to use a project with its own database/Repo as a dependency in another project
|
|
8
|
1045
|
July 11, 2019
|
Using MongoDB as database for phoenix app 1.4
|
|
7
|
3852
|
April 8, 2019
|
Best practices: Umbrella app with Multiple Repos
|
|
14
|
3244
|
March 26, 2019
|
How to mock/stub methods in Elixir library Ecto/Repo?
|
|
3
|
3807
|
March 3, 2019
|
Preload association after Repo.update
|
|
5
|
4794
|
February 11, 2019
|
Inserting Binary, Repo & Ecto
|
|
5
|
2016
|
January 10, 2019
|
Optional ecto repos
|
|
2
|
808
|
November 5, 2018
|
How to pass Repo for a package to use?
|
|
4
|
1123
|
September 6, 2018
|
What is the meaning of '=>' ? Repo.all()
|
|
6
|
2209
|
August 16, 2018
|
How to get team name based on team id in an entity from another table?
|
|
10
|
862
|
August 14, 2018
|