{"id":16884329,"url":"https://github.com/simolus3/sqlite3.dart","last_synced_at":"2026-04-11T13:21:28.548Z","repository":{"id":37212647,"uuid":"277608474","full_name":"simolus3/sqlite3.dart","owner":"simolus3","description":"sqlite3 bindings for Dart","archived":false,"fork":false,"pushed_at":"2025-04-29T07:51:00.000Z","size":2039,"stargazers_count":241,"open_issues_count":43,"forks_count":94,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-29T08:26:22.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/simolus3.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2020-07-06T17:37:36.000Z","updated_at":"2025-04-29T07:51:04.000Z","dependencies_parsed_at":"2023-02-08T06:16:31.977Z","dependency_job_id":"71d7501f-aa40-4a0d-a3f2-6d9e33019180","html_url":"https://github.com/simolus3/sqlite3.dart","commit_stats":{"total_commits":484,"total_committers":28,"mean_commits":"17.285714285714285","dds":"0.23140495867768596","last_synced_commit":"1a79d683551a2a92be6c4e33d1f25e61fd8d1588"},"previous_names":[],"tags_count":106,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simolus3%2Fsqlite3.dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simolus3%2Fsqlite3.dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simolus3%2Fsqlite3.dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simolus3%2Fsqlite3.dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simolus3","download_url":"https://codeload.github.com/simolus3/sqlite3.dart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292042,"owners_count":22046426,"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-13T16:17:23.241Z","updated_at":"2026-03-10T23:23:48.958Z","avatar_url":"https://github.com/simolus3.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sqlite3.dart\n\n\u003e [!TIP]\n\u003e This branch contains sources for version 3 of `package:sqlite3`, a major update\n\u003e relying on build hooks and code assets to load SQLite.\n\u003e Version 2 of `package:sqlite` will continue to be supported and updated until early 2026.\n\u003e See the [v2](https://github.com/simolus3/sqlite3.dart/tree/v2) branch for those sources, and\n\u003e [these notes](./UPGRADING_TO_V3.md) for details on how to upgrade.\n\nThis project contains Dart packages to use SQLite from Dart via `dart:ffi`.\n\nThe main package in this repository is [`sqlite3`](sqlite3), which contains all the Dart apis and their implementation.\n`package:sqlite3` is a pure-Dart package without a dependency on Flutter.\nIt can be used both in Flutter apps or in standalone Dart applications.\n\n`package:sqlite3_test` contains utilities that make integrating SQLite databases into Dart tests easier.\nIn particular, they patch `CURRENT_TIMESTAMP` and related constructs to return the (potentially faked) time\nreturned by `package:clock`.\n\n`package:sqlite3_web` contains helpers for running SQLite on the web, including code to compile web workers\nthat help with the process.\n\n`package:sqlite3_connection_pool` provides an asynchronous connection pool for SQLite that works well across\nisolates.\n\n## Example Usage\n\nA file with basic usage examples for pure Dart can be found [here](sqlite3/example/main.dart).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimolus3%2Fsqlite3.dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimolus3%2Fsqlite3.dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimolus3%2Fsqlite3.dart/lists"}