Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zookzook/yildun
Yildun is a white-hued star in the northern circumpolar constellation of Ursa Minor, forming the second star in the bear's tail. And it is a very small library to support structs while using the MongoDB driver for Elixir.
https://github.com/zookzook/yildun
driver elixir maps mongodb structs
Last synced: 19 days ago
JSON representation
Yildun is a white-hued star in the northern circumpolar constellation of Ursa Minor, forming the second star in the bear's tail. And it is a very small library to support structs while using the MongoDB driver for Elixir.
- Host: GitHub
- URL: https://github.com/zookzook/yildun
- Owner: zookzook
- Created: 2020-05-19T14:55:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T08:51:02.000Z (about 3 years ago)
- Last Synced: 2024-09-18T20:46:56.508Z (2 months ago)
- Topics: driver, elixir, maps, mongodb, structs
- Language: Elixir
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Yildun
Yildun is a white-hued star in the northern circumpolar constellation of Ursa Minor, forming the second star in the bear's tail.
And it is a very small library to support structs while using the MongoDB driver for Elixir.## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `yildun` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:yildun, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/yildun](https://hexdocs.pm/yildun).