https://github.com/cogini/file_config_sqlite
sqlite db support for file_config
https://github.com/cogini/file_config_sqlite
elixir-library sqlite
Last synced: about 2 months ago
JSON representation
sqlite db support for file_config
- Host: GitHub
- URL: https://github.com/cogini/file_config_sqlite
- Owner: cogini
- License: apache-2.0
- Created: 2019-10-03T01:57:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T23:13:27.000Z (about 2 years ago)
- Last Synced: 2025-06-06T02:02:30.815Z (about 1 year ago)
- Topics: elixir-library, sqlite
- Language: Elixir
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FileConfigSqlite
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `file_config_sqlite` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:file_config_sqlite, "~> 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/file_config_sqlite](https://hexdocs.pm/file_config_sqlite).