{"id":14156501,"url":"https://github.com/johnbcodes/sqlite-es","last_synced_at":"2025-09-07T05:35:00.042Z","repository":{"id":63214309,"uuid":"566104562","full_name":"johnbcodes/sqlite-es","owner":"johnbcodes","description":"An SQLite implementation of a cqrs event store.","archived":false,"fork":false,"pushed_at":"2025-01-29T13:17:59.000Z","size":46,"stargazers_count":13,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T00:56:31.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnbcodes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-11-15T01:09:01.000Z","updated_at":"2025-06-29T20:25:26.000Z","dependencies_parsed_at":"2024-01-14T04:58:43.043Z","dependency_job_id":"73c7f80c-311f-4291-b6f5-4935f728d662","html_url":"https://github.com/johnbcodes/sqlite-es","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/johnbcodes/sqlite-es","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbcodes%2Fsqlite-es","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbcodes%2Fsqlite-es/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbcodes%2Fsqlite-es/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbcodes%2Fsqlite-es/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnbcodes","download_url":"https://codeload.github.com/johnbcodes/sqlite-es/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbcodes%2Fsqlite-es/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273997440,"owners_count":25204538,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-17T08:05:32.160Z","updated_at":"2025-09-07T05:34:59.988Z","avatar_url":"https://github.com/johnbcodes.png","language":"Rust","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# sqlite-es\n\n\u003e An SQLite implementation of the `PersistedEventRepository` trait in cqrs-es.\n\n[![Build status](https://github.com/johnbcodes/sqlite-es/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/johnbcodes/sqlite-es/actions/workflows/ci.yml)\n[![Crates.io](https://img.shields.io/crates/v/sqlite-es)](https://crates.io/crates/sqlite-es)\n[![docs](https://img.shields.io/badge/API-docs-blue.svg)](https://docs.rs/sqlite-es)\n\n---\n\n## Usage\nAdd to your Cargo.toml file:\n\n```toml\n[dependencies]\ncqrs-es = \"0.4.5\"\nsqlite-es = \"0.4.5\"\n```\n\nA simple configuration example:\n```\nlet store = default_sqlite_pool(\"sqlite://my.db\");\nlet cqrs = sqlite_es::sqite_cqrs::\u003cMyAggregate\u003e(pool, vec![], ())\n```\n\nThings that could be helpful:\n- [User guide](https://doc.rust-cqrs.org) along with an introduction to CQRS and event sourcing.\n- [Demo application](https://github.com/johnbcodes/cqrs-es-demo-sqlite) using [axum](https://github.com/tokio-rs/axum) web application framework.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbcodes%2Fsqlite-es","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnbcodes%2Fsqlite-es","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbcodes%2Fsqlite-es/lists"}