{"id":25533532,"url":"https://github.com/adityaprakash-bobby/simple-db","last_synced_at":"2026-04-20T14:02:28.391Z","repository":{"id":109838965,"uuid":"186177203","full_name":"adityaprakash-bobby/simple-db","owner":"adityaprakash-bobby","description":"[WIP] A SQLite-like Database from scratch in C ","archived":false,"fork":false,"pushed_at":"2019-05-22T07:29:30.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T20:36:08.937Z","etag":null,"topics":["c","database","dbms","relational-databases","sql"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adityaprakash-bobby.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-05-11T20:11:30.000Z","updated_at":"2019-05-22T09:42:57.000Z","dependencies_parsed_at":"2023-03-09T22:30:48.829Z","dependency_job_id":null,"html_url":"https://github.com/adityaprakash-bobby/simple-db","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adityaprakash-bobby/simple-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaprakash-bobby%2Fsimple-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaprakash-bobby%2Fsimple-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaprakash-bobby%2Fsimple-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaprakash-bobby%2Fsimple-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityaprakash-bobby","download_url":"https://codeload.github.com/adityaprakash-bobby/simple-db/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaprakash-bobby%2Fsimple-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","database","dbms","relational-databases","sql"],"created_at":"2025-02-20T02:46:14.974Z","updated_at":"2026-04-20T14:02:28.343Z","avatar_url":"https://github.com/adityaprakash-bobby.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-db\n\nA Sqlite-like database written in pure C. \n\n#### Execute the program\n\n```bash\n# compile the program\ngcc main.c -o db\n\n# run the executable\n./db \u003cdb-filename\u003e\n\n# check the memory pattern in the db file\nvim \u003cdb-filename\u003e\n:%!xxd\n```\n\n#### Features worked on till now:\n\n - Basic REPL design.\n - Execute insert and select operations.\n - A single hard-coded users table.\n - In-memory append-only database structure.\n - Adding persistence to the database file created by user.\n - B+Tree structure for indexing the database.\n - DB now consists of a single leaf B Tree structure with size of 4096 bytes (can hold 13 key-value pairs, after which it throws `Table Full` error)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityaprakash-bobby%2Fsimple-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityaprakash-bobby%2Fsimple-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityaprakash-bobby%2Fsimple-db/lists"}