https://github.com/mindreframer/ex_sqlean
https://github.com/mindreframer/ex_sqlean
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mindreframer/ex_sqlean
- Owner: mindreframer
- License: mit
- Created: 2021-09-06T12:53:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T18:30:34.000Z (over 4 years ago)
- Last Synced: 2025-03-25T08:42:34.271Z (about 1 year ago)
- Language: Elixir
- Size: 691 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ExSqlean
Precompiled native SQLITE extensions for most popular archtectures.
This should help you save some build-time and make your code more deterministic.
Source / Versions will be matching this fork from sqlean:
- https://github.com/mindreframer/sqlean
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_sqlean` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_sqlean, "~> 0.8.7"}
]
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/ex_sqlean](https://hexdocs.pm/ex_sqlean).