https://github.com/lpil/pew
postgresql work-queue
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lpil/pew
- Owner: lpil
- License: other
- Created: 2017-12-26T22:59:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T17:24:01.000Z (almost 8 years ago)
- Last Synced: 2025-05-18T00:40:23.616Z (8 months ago)
- Topics: postgresql, work-queue
- Language: Elixir
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pew
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `pew` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pew, "~> 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/pew](https://hexdocs.pm/pew).