** (RuntimeError) could not lookup Ecto repo Repo because it was not started or it does not exist
|
|
8
|
8584
|
November 24, 2022
|
Using Repo functions outside of context modules: Anti-Pattern?
|
|
5
|
372
|
September 23, 2022
|
Pheonix | Repo controller accepting range for DB request
|
|
1
|
299
|
December 18, 2021
|
Ecto `get!` then `delete!` Anti-pattern?
|
|
2
|
747
|
November 15, 2021
|
How to generalize the Repo.delete callback()?
|
|
1
|
456
|
August 26, 2021
|
Rendering different values depending on a state of repository
|
|
9
|
393
|
June 17, 2021
|
How to get the status of a Ecto.Repo pool?
|
|
12
|
1388
|
May 26, 2021
|
Error with Repo.get (undefined table) whereas Repo.query works fine
|
|
2
|
362
|
May 25, 2021
|
** (RuntimeError) cannot encode association :address from MyApp.Model.Property to JSON because the association was not loaded
|
|
8
|
912
|
May 16, 2021
|
Getting latest live rule first then the rest of the data using Repo
|
|
1
|
265
|
March 23, 2021
|
When an ecto function provides a "repo" variable, is it safe to go around it?
|
|
2
|
336
|
February 26, 2021
|
μRepo - small, self-hosted Hex repository with support for documentation hosting
|
|
0
|
557
|
November 19, 2020
|
Can Ecto.Adapters.SQL.query/4 support Repo.default_options/1
|
|
0
|
331
|
August 24, 2020
|
need help, on how to do it returning updated fields ?
|
|
3
|
483
|
March 13, 2020
|
How can I implement the return of only those fields that have been updated ?
|
|
1
|
471
|
March 13, 2020
|
Question about query and assoc
|
|
6
|
409
|
February 24, 2020
|
How to mock unit tests but not integration tests? (Using Mox ideally)
|
|
13
|
1371
|
November 23, 2019
|
From `Repo.insert/2` to `Repo.transaction/2`
|
|
7
|
1979
|
October 29, 2019
|
Where is the best place for functions like (create/update)
|
|
1
|
434
|
October 19, 2019
|
Monitoring connections pool of Ecto repo
|
|
4
|
2482
|
September 23, 2019
|
Best approach to use a project with its own database/Repo as a dependency in another project
|
|
8
|
962
|
July 11, 2019
|
Using MongoDB as database for phoenix app 1.4
|
|
7
|
3596
|
April 8, 2019
|
Best practices: Umbrella app with Multiple Repos
|
|
14
|
3037
|
March 26, 2019
|
How to mock/stub methods in Elixir library Ecto/Repo?
|
|
3
|
3531
|
March 3, 2019
|
Preload association after Repo.update
|
|
5
|
4440
|
February 11, 2019
|
Inserting Binary, Repo & Ecto
|
|
5
|
1859
|
January 10, 2019
|
Optional ecto repos
|
|
2
|
717
|
November 5, 2018
|
How to pass Repo for a package to use?
|
|
4
|
1026
|
September 6, 2018
|
What is the meaning of '=>' ? Repo.all()
|
|
6
|
2111
|
August 16, 2018
|
How to get team name based on team id in an entity from another table?
|
|
10
|
783
|
August 14, 2018
|