{"id":18739556,"url":"https://github.com/springmeyer/wtf-sqlite3","last_synced_at":"2025-09-08T11:19:35.991Z","repository":{"id":1829772,"uuid":"2754070","full_name":"springmeyer/wtf-sqlite3","owner":"springmeyer","description":"grab sqlite3's compile/config options via a simple c program","archived":false,"fork":false,"pushed_at":"2011-11-15T01:40:52.000Z","size":7260,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T18:28:06.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"reviewninja/review.ninja","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/springmeyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-11T05:40:00.000Z","updated_at":"2019-08-13T14:52:34.000Z","dependencies_parsed_at":"2022-08-20T09:40:44.316Z","dependency_job_id":null,"html_url":"https://github.com/springmeyer/wtf-sqlite3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springmeyer%2Fwtf-sqlite3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springmeyer%2Fwtf-sqlite3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springmeyer%2Fwtf-sqlite3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springmeyer%2Fwtf-sqlite3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/springmeyer","download_url":"https://codeload.github.com/springmeyer/wtf-sqlite3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239619570,"owners_count":19669447,"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-11-07T15:36:21.595Z","updated_at":"2025-02-19T07:46:36.940Z","avatar_url":"https://github.com/springmeyer.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wtf-sqlite\n\nSQLite is awesome for reads.\n\nFor writes, not so much - unless your calling app controls concurrency.\n\nBut, it helps to know exactly wtf is happening internally in your sqlite build.\n\nFor such a \"lite\" library, sqlite has an wide combination of threading options.\n\nCompile this bit of code against your sqlite3 headers and libs to figure out your build's threading config.\n\n\n# usage\n\nDesigned to compare apple provided sqlite with homebrew installed sqlite.\n\nModify the flags in the Makefile with custom -I and -L paths to get details for other installs.\n\nBuild this program like:\n\n    make\n\nThen get the apple/system sqlite details like:\n\n    $ ./sqlite-sys\n   \nAnd get the brew installed sqlite details like:\n\n    $ ./sqlite-brew","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringmeyer%2Fwtf-sqlite3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringmeyer%2Fwtf-sqlite3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringmeyer%2Fwtf-sqlite3/lists"}