etso
etso copied to clipboard
Ecto 3 adapter allowing use of Ecto schemas held in ETS tables
- Added Etso.Application to start a global registry - Added Etso.Registry which is run with the application - Simplified registration of Table Servers
Hello! thanks for Etso! I was wondering if it would make sense to implement https://hexdocs.pm/ecto/Ecto.Query.API.html#like/2 in Etso to have basic search capabilities. A "trick" for prefix search could be something...
This PR allows the Ecto Schemas to define the `source` option. The `source` is not so useful in the usecase of an ETS storage, but in my usecase this is...
Seems need to use more updated version of ecto such as 3.11 in order to solve the problem of OTP 26! ** (Kernel.TypespecError) lib/ecto/query.ex:430: type dynamic/0 is a built-in type...
Make it possible to use Ecto higher version than 3.8.3
👋 Hello, I am getting started with the etso project and before I contribute other changes I wanted to merge this small PR to fix the compiler warnings. ```bash ==>...
The current version constraint (3.8.3) is limiting because one can't take advantage of new ecto features because you can't update the installed version (even though new versions of ecto have...
Ran into an issue where this happened ``` "Child :undefined of Supervisor MyRepo.TableSupervisor failed to start\n ** (exit) an exception was raised:\n ** (ArgumentError) unknown registry: MyRepo.TableRegistry\n ``` Had a...
Got a few compile time warnings on latest Elixir with Etso 1.1.2: ```bash Erlang/OTP 27 [erts-15.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] Elixir 1.17.3 (compiled with Erlang/OTP 27) ``` ```bash...