ecto-lazy-float
Float wrapper
Allows Ecto models to store and compare binary numbers with floats in a single field
Ecto.LazyFloat - An Ecto.Float that accepts binary and integers
7 stars
3 watching
1 forks
Language: Elixir
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sheharyarn/ecto_rut | Reduces code repetition in Ecto models by providing shortcuts to common operations | 112 |
joshrieken/plasm | A composable query library for Ecto | 90 |
dulltools/ex_alsa | Provides a low-latency and configurable ALSA interface for Elixir applications | 2 |
wemake-services/ecto_autoslug_field | Automatically generates slugs from other fields in Ecto schemas. | 152 |
polsab/pretty_hex | A hex dumping library in Elixir that formats binary data into human-readable output. | 7 |
nebo15/ecto_paging | Cursor-based pagination utility for Ecto queries | 14 |
cheerfulstoic/ecto_watch | A tool that enables real-time notifications about database changes directly from PostgreSQL. | 183 |
allsafecybersecurity/lazyghidra | A tool to convert Ghidra data into different formats and check for potential buffer overflow vulnerabilities. | 137 |
jwhiteman/a-little-elixir-goes-a-long-way | Port of The Little Schemer to Elixir with exercises and algorithms in Scheme, along with unit tests and comparisons. | 348 |
wttj/ecto_anon | An Elixir library for anonymizing data in Ecto models by applying custom masking or redaction rules to sensitive fields. | 89 |
dashbitco/nimble_totp | Generates Time-Based One-Time Passwords (TOTP) for 2-factor authentication. | 404 |
marcdirven/cpp-lazy | A C++ library for evaluating expressions on demand without allocating memory until their values are needed | 338 |
jazzyb/sqlite_ecto | An Ecto adapter for interacting with SQLite databases | 77 |
loosechainsaw/slack | A lazy functional JavaScript library providing methods to manipulate and query data in an array-like structure. | 3 |
danielberkompas/ecto_validation_case | A library to simplify Ecto model validation tests by providing easy-to-use functions | 11 |