https://github.com/ckampfe/exalog
let's implement a datalog in elixir
https://github.com/ckampfe/exalog
Last synced: 8 months ago
JSON representation
let's implement a datalog in elixir
- Host: GitHub
- URL: https://github.com/ckampfe/exalog
- Owner: ckampfe
- License: gpl-3.0
- Created: 2017-10-02T03:10:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T03:16:40.000Z (over 8 years ago)
- Last Synced: 2025-02-01T20:11:20.022Z (over 1 year ago)
- Language: Elixir
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exalog
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exalog` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exalog, "~> 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/exalog](https://hexdocs.pm/exalog).