{"id":28804517,"url":"https://github.com/ash-project/ash_sqlite","last_synced_at":"2026-03-05T22:17:47.718Z","repository":{"id":198536905,"uuid":"695415986","full_name":"ash-project/ash_sqlite","owner":"ash-project","description":"The SQLite data layer for Ash Framework.","archived":false,"fork":false,"pushed_at":"2026-02-23T17:57:03.000Z","size":822,"stargazers_count":26,"open_issues_count":9,"forks_count":25,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-24T00:53:13.236Z","etag":null,"topics":["ash","data-layer","elixir","sqlite"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/ash_sqlite","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/ash-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSES/MIT.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"open_collective":"ash-framework"}},"created_at":"2023-09-23T05:38:04.000Z","updated_at":"2026-02-23T17:57:07.000Z","dependencies_parsed_at":"2024-01-18T11:01:06.908Z","dependency_job_id":"8a3c5841-41b6-48e1-aa34-bdab2fca2389","html_url":"https://github.com/ash-project/ash_sqlite","commit_stats":{"total_commits":146,"total_committers":9,"mean_commits":16.22222222222222,"dds":0.5342465753424658,"last_synced_commit":"c1b6ef763268996bfad6695cb95c070d4a78a8d4"},"previous_names":["ash-project/ash_sqlite"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/ash-project/ash_sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ash-project%2Fash_sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ash-project%2Fash_sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ash-project%2Fash_sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ash-project%2Fash_sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ash-project","download_url":"https://codeload.github.com/ash-project/ash_sqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ash-project%2Fash_sqlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30152498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T21:15:50.531Z","status":"ssl_error","status_checked_at":"2026-03-05T21:15:11.173Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ash","data-layer","elixir","sqlite"],"created_at":"2025-06-18T09:04:29.531Z","updated_at":"2026-03-05T22:17:47.711Z","avatar_url":"https://github.com/ash-project.png","language":"Elixir","readme":"\u003c!--\nSPDX-FileCopyrightText: 2020 Zach Daniel\n\nSPDX-License-Identifier: MIT\n--\u003e\n\n![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-black-text.png?raw=true#gh-light-mode-only)\n![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-white-text.png?raw=true#gh-dark-mojde-only)\n\n[![CI](https://github.com/ash-project/ash_sqlite/actions/workflows/elixir.yml/badge.svg)](https://github.com/ash-project/ash_sqlite/actions/workflows/elixir.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Hex version badge](https://img.shields.io/hexpm/v/ash_sqlite.svg)](https://hex.pm/packages/ash_sqlite)\n[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/ash_sqlite)\n[![REUSE status](https://api.reuse.software/badge/github.com/ash-project/ash_sqlite)](https://api.reuse.software/info/github.com/ash-project/ash_sqlite)\n\n# AshSqlite\n\nWelcome! `AshSqlite` is the SQLite data layer for [Ash Framework](https://hexdocs.pm/ash).\n\n## Tutorials\n\n- [Get Started](documentation/tutorials/getting-started-with-ash-sqlite.md)\n\n## Topics\n\n- [What is AshSqlite?](documentation/topics/about-ash-sqlite/what-is-ash-sqlite.md)\n- [Transactions](documentation/topics/about-ash-sqlite/transactions.md)\n\n### Resources\n\n- [References](documentation/topics/resources/references.md)\n- [Polymorphic Resources](documentation/topics/resources/polymorphic-resources.md)\n\n### Development\n\n- [Migrations and tasks](documentation/topics/development/migrations-and-tasks.md)\n- [Testing](documentation/topics/development/testing.md)\n\n### Advanced\n\n- [Expressions](documentation/topics/advanced/expressions.md)\n- [Manual Relationships](documentation/topics/advanced/manual-relationships.md)\n\n## Reference\n\n- [AshSqlite.DataLayer DSL](documentation/dsls/DSL-AshSqlite.DataLayer.md)\n","funding_links":["https://opencollective.com/ash-framework"],"categories":["Extensions"],"sub_categories":["Data Layer"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fash-project%2Fash_sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fash-project%2Fash_sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fash-project%2Fash_sqlite/lists"}