{"id":16447212,"url":"https://github.com/junekelly/mnesia-todo","last_synced_at":"2025-07-11T03:33:17.587Z","repository":{"id":145904327,"uuid":"163418447","full_name":"JuneKelly/mnesia-todo","owner":"JuneKelly","description":"A simple demo of using Mnesia in Elixir, to implement a todo-list","archived":false,"fork":false,"pushed_at":"2018-12-28T14:23:03.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T11:36:24.209Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuneKelly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-28T14:22:45.000Z","updated_at":"2022-01-27T13:39:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d62231c-08ae-4891-9882-150a123797db","html_url":"https://github.com/JuneKelly/mnesia-todo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JuneKelly/mnesia-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fmnesia-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fmnesia-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fmnesia-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fmnesia-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuneKelly","download_url":"https://codeload.github.com/JuneKelly/mnesia-todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fmnesia-todo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264721529,"owners_count":23653949,"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-11T09:50:02.452Z","updated_at":"2025-07-11T03:33:17.582Z","avatar_url":"https://github.com/JuneKelly.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mnesia-Todo\n\nA simple demo of Elixir and Mnesia, implementing a todo-list.\n\n\n## Running\n\n```shell\n$ iex -S mix\n```\n\n\n## Example\n\n```elixir\nkey = Todo.add(\"wash the dishes\")\n# = \u003e\"L33DAXT3KLW7BBT6\"\n\nTodo.show(key)\n\nTodo.done(key)\n\nTodo.archive(key)\n\nTodo.list()\n\nTodo.list(all: true)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunekelly%2Fmnesia-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunekelly%2Fmnesia-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunekelly%2Fmnesia-todo/lists"}