https://github.com/kineticcafe/kinetic_ecto
https://github.com/kineticcafe/kinetic_ecto
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kineticcafe/kinetic_ecto
- Owner: KineticCafe
- License: other
- Created: 2025-01-19T03:52:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T19:08:12.000Z (over 1 year ago)
- Last Synced: 2025-03-10T20:23:37.079Z (over 1 year ago)
- Language: Elixir
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# KineticEcto: Extensions for Ecto from Kinetic Cafe
- code ::
- issues ::
KineticEcto is a collection of Ecto extensions previously used at Kinetic Cafe
and Kinetic Commerce originally open sourced at [elixir-utilities][utils].
## Installation
KineticEcto can be installed by adding `kinetic_ecto` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[
{:kinetic_ecto, "~> 1.1"}
]
end
```
Documentation is found on [HexDocs][docs].
## Semantic Versioning
`KineticEcto` follows [Semantic Versioning 2.0][semver].
[docs]: https://hexdocs.pm/kinetic_ecto
[semver]: http://semver.org/
[utils]: https://github.com/KineticCafe/elixir-utilities