hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
vereis avatar

vereis

vereis

Total Packages

8

Total Downloads

195 438+

me@vereis.com X.com: vereisyaps GitHub: vereis Slack: vereis
Packages Stats

Packages

Most Popular Most Downloaded Newest First

ecto_hooks

2.0.0
92 319+

Adds callbacks/hooks to Ecto: `after_insert`, `after_update`, `after_delete`, `after_get`, `before_insert`, `before_update`, `before_delete`. Useful for setting virtual fields and centralising logic.

Last Updated: 4 months ago

ecto_middleware

2.0.1
85 865+

Implements a generic `middleware/2` callback for any module that uses `Ecto.Repo` to customize behaviour.

Last Updated: 4 months ago

cinema

0.1.1
15 565+

A simple Elixir framework utilizing Ecto and DAGs to incrementally materialize views!

Last Updated: about 1 year ago

ecto_utils

0.2.1
730+

Collection of various Ecto related utilities I tend to re-implement on every project I work on.

Last Updated: about 2 years ago

glass

0.1.1
395+

Easy, **transparent**, and pluggable RPC library for Elixir.

Last Updated: about 2 years ago

build_you_a_telemetry

0.1.0
259+

Example minimal re-implementation of the `:telemetry` library. See project `README.md` for more details

Last Updated: about 5 years ago

toggle

0.1.1
216+

Toggle is a stupid-simple feature flagging library for Elixir w/ support for SQLite and Postgres.

Last Updated: about 1 year ago

ecto_litefs

1.0.0
89+

LiteFS-aware Ecto middleware for automatic write forwarding in distributed SQLite clusters.

Last Updated: 4 months ago
hex logo Hex
About Blog Sponsors Status
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".