{"id":16019574,"url":"https://github.com/iboard/axrepo","last_synced_at":"2025-04-05T03:25:03.270Z","repository":{"id":57479165,"uuid":"438354589","full_name":"iboard/axrepo","owner":"iboard","description":"Simple repository for Altex projects","archived":false,"fork":false,"pushed_at":"2022-05-31T08:03:12.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T08:08:48.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iboard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-14T18:12:35.000Z","updated_at":"2021-12-20T10:00:16.000Z","dependencies_parsed_at":"2022-09-17T04:41:47.009Z","dependency_job_id":null,"html_url":"https://github.com/iboard/axrepo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboard%2Faxrepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboard%2Faxrepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboard%2Faxrepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboard%2Faxrepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iboard","download_url":"https://codeload.github.com/iboard/axrepo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247283337,"owners_count":20913557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T17:04:48.751Z","updated_at":"2025-04-05T03:25:03.249Z","avatar_url":"https://github.com/iboard.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README – Altex.Repo\n\n[![Documentation](https://img.shields.io/badge/docs-hexpm-blue.svg)](http://hexdocs.pm/axrepo/)\n[![Elixir CI](https://github.com/iboard/axrepo/actions/workflows/elixir.yml/badge.svg)](https://github.com/iboard/axrepo/actions/workflows/elixir.yml)\n\nA Repository for the \"Altex Mix Projects\".\n\n## Installation\n\n[Available in Hex](https://hex.pm/packages/axrepo), the package can be installed\nby adding `axrepo` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:axrepo, \"~\u003e 0.1\"}\n  ]\nend\n```\n\n## Configuration\n\nConfigure the data path in your `config/\u003cenv\u003e.exs`\n\n     config: :axrepo, :dets_path, \"../wherever/your/data/are\"\n\n## Usage\n\n```elixir\nalias Altex.{Entity, Repo}\n\nRepo.start_repo(:people)\n\n{:ok, bob} = %{ name: \"Bob\", age: 57 } \n             |\u003e Entity.init()\n             |\u003e Repo.store(:people)\n\n{:ok, ^bob} = Repo.load(:people, bob.id)\n\n%{ bob | age: bob.age + 1 } |\u003e Repo.store(:people)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiboard%2Faxrepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiboard%2Faxrepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiboard%2Faxrepo/lists"}