Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasedgesmith/oban_mysql_engine
https://github.com/thomasedgesmith/oban_mysql_engine
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasedgesmith/oban_mysql_engine
- Owner: thomasedgesmith
- Created: 2023-12-01T03:31:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-01T03:41:26.000Z (12 months ago)
- Last Synced: 2024-06-16T17:33:14.576Z (5 months ago)
- Language: Elixir
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ObanMySQL
A hard fork of https://github.com/hamptokr/oban_mysql
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `oban_mysql` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:oban_mysql, "~> 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 .