{"id":21217230,"url":"https://github.com/cachapa/sqlite_crdt","last_synced_at":"2025-07-10T11:33:27.381Z","repository":{"id":161701231,"uuid":"626816622","full_name":"cachapa/sqlite_crdt","owner":"cachapa","description":"Dart implementation of Conflict-free Replicated Data Types (CRDTs) using Sqlite","archived":false,"fork":false,"pushed_at":"2024-03-15T18:30:30.000Z","size":96,"stargazers_count":21,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-15T19:44:10.404Z","etag":null,"topics":["crdt","dart","database","flutter","sql","sqlite","sqlite3"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/sqlite_crdt","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cachapa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2023-04-12T08:09:48.000Z","updated_at":"2024-01-02T03:03:05.000Z","dependencies_parsed_at":"2023-10-11T21:46:15.818Z","dependency_job_id":"47560709-6337-44ed-b785-7873cb391816","html_url":"https://github.com/cachapa/sqlite_crdt","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachapa%2Fsqlite_crdt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachapa%2Fsqlite_crdt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachapa%2Fsqlite_crdt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachapa%2Fsqlite_crdt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cachapa","download_url":"https://codeload.github.com/cachapa/sqlite_crdt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225637195,"owners_count":17500360,"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":["crdt","dart","database","flutter","sql","sqlite","sqlite3"],"created_at":"2024-11-20T21:57:33.761Z","updated_at":"2024-11-20T21:57:34.521Z","avatar_url":"https://github.com/cachapa.png","language":"Dart","readme":"Dart implementation of Conflict-free Replicated Data Types (CRDTs) using Sqlite.  \nThis package implements [sql_crdt](https://github.com/cachapa/sql_crdt).\n\n## Setup\n\nAwaiting async functions is extremely important and not doing so can result in all sorts of weird behaviour.  \nYou can avoid them by activating the `unawaited_futures` linter warning in *analysis_options.yaml*:\n\n```yaml\nlinter:\n  rules:\n    unawaited_futures: true\n```\n\nThis package uses [sqflite](https://pub.dev/packages/sqflite). There's a bit of extra setup necessary depending on where you intend to run your code:\n\n### Android \u0026 iOS\n\n`sqlite_crdt` uses recent Sqlite features that may not be available in every system's embedded libraries.\n\nTo get around this, import the [sqlite3_flutter_libs](https://pub.dev/packages/sqlite3_flutter_libs) package into your project:\n\n```yaml\nsqlite3_flutter_libs: ^0.5.12\n```\n\n### Desktop, Server\n\nOn the desktop and server, Sqflite uses the system libraries so make sure those are installed.\n\nOn Debian, Raspbian, Ubuntu, etc:\n\n```bash\nsudo apt install libsqlite3 libsqlite3-dev\n```\n\nOn Fedora:\n\n```bash\nsudo dnf install sqlite-devel\n```\n\nOtherwise check the instructions on [sqflite_common_ffi](https://pub.dev/packages/sqflite_common_ffi).\n\n### Web\n\nThis package has experimental support for Flutter Web, thanks to [sqflite_common_ffi_web](https://pub.dev/packages/sqflite_common_ffi_web).\n\nIn order to use this feature you'll need to install the Sqlite3 web binaries by running the following command from the project's root:\n\n```bash\ndart run sqflite_common_ffi_web:setup\n```\n\n## Usage\n\nCheck [example.dart](https://github.com/cachapa/sqlite_crdt/blob/master/example/example.dart) for more details.\n\n## Features and bugs\n\nPlease file feature requests and bugs in the [issue tracker](https://github.com/cachapa/sqlite_crdt/issues).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcachapa%2Fsqlite_crdt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcachapa%2Fsqlite_crdt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcachapa%2Fsqlite_crdt/lists"}