ecto_enum
Enum library
An Elixir library to support enums in Ecto models
Ecto extension to support enums in models
562 stars
11 watching
131 forks
Language: Elixir
last commit: 6 months ago
Linked from 1 awesome list
custom-enumectoecto-extensionelixirenumpostgres-enum
Related projects:
Repository | Description | Stars |
---|---|---|
elixir-mongo/mongodb_ecto | Provides an interface to interact with MongoDB databases using Ecto | 374 |
gjaldon/ectophile | An Elixir library for adding file upload support to models using attachment fields | 42 |
elixir-ecto/postgrex | A PostgreSQL driver for Elixir. | 1,116 |
popo63301/ecto_list | An Elixir library that provides an ordered model management system with Ecto. | 19 |
wttj/ecto_anon | An Elixir library for anonymizing data in Ecto models by applying custom masking or redaction rules to sensitive fields. | 89 |
nebo15/ecto_paging | Cursor-based pagination utility for Ecto queries | 14 |
wojtekmach/github_ecto | An Ecto adapter that provides a simple interface to interact with the GitHub API | 121 |
nebo15/ecto_mnesia | An adapter that enables Ecto to interact with Mnesia Erlang term database. | 243 |
elixir-ecto/tds | A driver for connecting to Microsoft SQL Server databases from Elixir applications | 116 |
sheharyarn/ecto_rut | Reduces code repetition in Ecto models by providing shortcuts to common operations | 112 |
kamillelonek/exnumerator | A utility library for defining custom enumerations in Elixir. | 65 |
fuelen/ecto_dev_logger | An alternative logging library for Ecto queries in Elixir | 151 |
gpedic/ecto_shortuuid | A custom Ecto type allowing automatic encoding of UUIDs to ShortUUIDs. | 28 |
wemake-services/ecto_autoslug_field | Automatically generates slugs from other fields in Ecto schemas. | 152 |
dwyl/phoenix-ecto-encryption-example | A comprehensive guide to encrypting data in Elixir Phoenix apps before inserting it into a database. | 274 |