{"id":18684823,"url":"https://github.com/j-sephb-lt-n/sqlite-concurrent-writes-investigation","last_synced_at":"2026-04-11T22:02:53.140Z","repository":{"id":217739056,"uuid":"744640634","full_name":"J-sephB-lt-n/sqlite-concurrent-writes-investigation","owner":"J-sephB-lt-n","description":"My investigation into a SQLite database's ability to handle concurrent reads and writes","archived":false,"fork":false,"pushed_at":"2024-01-18T08:02:12.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T00:21:13.986Z","etag":null,"topics":["concurrency","python","sql","sqlite","sqlite3","sqlite3-database"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/J-sephB-lt-n.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}},"created_at":"2024-01-17T18:00:26.000Z","updated_at":"2024-01-17T21:08:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"93a45381-43f5-414a-8c64-959f231b0135","html_url":"https://github.com/J-sephB-lt-n/sqlite-concurrent-writes-investigation","commit_stats":null,"previous_names":["j-sephb-lt-n/sqlite-concurrent-writes-investigation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-sephB-lt-n%2Fsqlite-concurrent-writes-investigation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-sephB-lt-n%2Fsqlite-concurrent-writes-investigation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-sephB-lt-n%2Fsqlite-concurrent-writes-investigation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J-sephB-lt-n%2Fsqlite-concurrent-writes-investigation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/J-sephB-lt-n","download_url":"https://codeload.github.com/J-sephB-lt-n/sqlite-concurrent-writes-investigation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239539734,"owners_count":19655867,"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":["concurrency","python","sql","sqlite","sqlite3","sqlite3-database"],"created_at":"2024-11-07T10:19:27.990Z","updated_at":"2026-04-11T22:02:53.078Z","avatar_url":"https://github.com/J-sephB-lt-n.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sqlite-concurrent-writes-investigation\n\nThis repo is my investigation into a SQLite database's ability to handle concurrent reads and writes. \n\nConclusion: it is performant and flawless. \n\nYou can run the test yourself like this:\n\n```bash\n# create SQLite database and a table in it\npython init_db.py\n\n# do 1000 write operations\npython load_test.py -n 1000 -w\n\n# do 1000 read operations\npython load_test.py -n 1000 -r\n\n# do 1000 read and write operations intermingled\npython load_test.py -n 1000 -w -r\n\n# view all of the rows created in the database\npython view_whole_table.py \n\n# delete SQLite database #\npython clean_up.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-sephb-lt-n%2Fsqlite-concurrent-writes-investigation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-sephb-lt-n%2Fsqlite-concurrent-writes-investigation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-sephb-lt-n%2Fsqlite-concurrent-writes-investigation/lists"}