Releases: TheRealReal/ecto-ulid
Releases · TheRealReal/ecto-ulid
Support Ecto 3.2.0
Support Ecto 3.2.0
Document how to use Ecto.ULID as prolific primary key
v0.2.0
v0.1.1
v0.1.0
Features
- Generate ULID in Base32 or binary format.
- Generate ULID for a given timestamp.
- Autogenerate ULID when used as a primary key.
- Supports reading and writing ULID in a database backed by its native
uuid
type (no database
extensions required). - Supports Ecto 2.x.
- Supports Elixir 1.2 and newer.
- Tested with PostgreSQL and MySQL.
- Optimized for high throughput.