-
### Brand Name
Ecto
### Website
https://hexdocs.pm/ecto/Ecto.html
### Popularity Metric
The Github rank is #68 See there: github.com
### Official Resources for Icon and Color
none
…
-
```
# /lib/project/repo.ex
defmodule Project.Repo do
use Ecto.Repo,
otp_app: :project,
adapter: Ecto.Adapters.SQLite3
end
# /priv/repo/migrations/1234_create_items.exs
defmodule Pr…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
currently compound_fields automatically hardcode type to :string
but in the case of compound_fields of 2 uuid fields, performing filter to this compound_field will fail
e.g.
```
compound_fields…
-
### Environment
- Oban Version: latest commit on main
- MySQL version: 8.2
- Elixir & Erlang/OTP Versions:
- Erlang/OTP 25 [erts-13.2] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threa…
-
[Original discussion on Discord](https://discord.com/channels/711271361523351632/1253324141491261472/1301177970278404157)
Prerequisite: #126
This proposal is for expanding Igniter's CLI support to…
-
I'm trying to run the local development environment with docker, following the steps in the readme, but the "supabase-analytics" container doesn't start.
```
[+] Building 826.7s (13/13) FINISHED…
-
**Describe the bug**
Resource has `belongs_to :parent, __MODULE__` relationship and `has_many :ancestors, __MODULE__, manual: Observer.Graph.Node.AncestorsRelationship` relationship that fetches all …
-
### Elixir and Erlang/OTP versions
Setting up umbrella app, accounts and setting namespaces
```
** (EXIT from #PID) an exception was raised:
** (RuntimeError) found error while checking type…
-
### Environment
- Oban Version - 2.18.3 , oban_pro 1.4.13
- PostgreSQL Version - 14.13
- Elixir & Erlang/OTP Versions - Elixir 1.17.2, Erlang 27.0.1
- ecto - 3.12.4
- ecto_sql - 3.12.1
- postg…