{"id":22479828,"url":"https://github.com/icepanorama/simplecdatabase","last_synced_at":"2026-04-19T06:33:29.356Z","repository":{"id":211977196,"uuid":"730406349","full_name":"IcePanorama/SimpleCDatabase","owner":"IcePanorama","description":"A simple database written in C.","archived":false,"fork":false,"pushed_at":"2024-01-11T19:05:51.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T09:10:34.940Z","etag":null,"topics":["behave","c","database","sqlite"],"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/IcePanorama.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}},"created_at":"2023-12-11T21:22:35.000Z","updated_at":"2024-01-04T18:17:46.000Z","dependencies_parsed_at":"2025-02-01T21:28:19.126Z","dependency_job_id":"facf4686-6890-473b-a6f7-87e9dbde0119","html_url":"https://github.com/IcePanorama/SimpleCDatabase","commit_stats":null,"previous_names":["icepanorama/simplecdatabase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IcePanorama/SimpleCDatabase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IcePanorama%2FSimpleCDatabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IcePanorama%2FSimpleCDatabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IcePanorama%2FSimpleCDatabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IcePanorama%2FSimpleCDatabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IcePanorama","download_url":"https://codeload.github.com/IcePanorama/SimpleCDatabase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IcePanorama%2FSimpleCDatabase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31997798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["behave","c","database","sqlite"],"created_at":"2024-12-06T15:17:23.261Z","updated_at":"2026-04-19T06:33:29.338Z","avatar_url":"https://github.com/IcePanorama.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple C Database\n\nA simple SQLite Database written in C.\n\nThis project was made using [the following guide as reference](https://cstack.github.io/db_tutorial/).\n\nAs of December 23rd, 2023, this project is completely caught up with the aforementioned guide, although I will continue to work on it a bit on my own. For a full list of modifications that I have made to the program, see [Noteable Modifications](#noteable-modifications).\n\n## Building and running\n\nTo try this database out for yourself, do the following:\n\n1. Clone the repo onto your machine.\n    - Using HTTPS: `git clone https://github.com/IcePanorama/SimpleCDatabase.git`\n    - Using SSH: `git clone git@github.com:IcePanorama/SimpleCDatabase.git`\n    - **Note: The Makefile for this project is primarily designed with Linux machines in mind.**\n    - The project may still build on non-Linux operating systems, but your mileage may vary.\n2. Move into the new directory using `cd SimpleCDatabase`.\n3. Build the project using `make`.\n4. Finally, run the database using `./database`.\n\n## TODO\n\n* Fix bugs with splitting internal nodes.\n\n## Noteable Modifications\n\nSince catching up with the guide referenced above, I have made the following modifications to the program:\n\n* Program now automatically searches for a mydb.db file and creates one if it doesn't exist.\n    * Users can still pass in their own file if they choose to do so.\n\n* Converted automated testing from 'rspec' (written in Ruby) to 'behave' (written in Python).\n    * Makefile now automatically runs tests after building.\n    * Currently, 3 test fail due to the aforementioned bug with splitting internal nodes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficepanorama%2Fsimplecdatabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficepanorama%2Fsimplecdatabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficepanorama%2Fsimplecdatabase/lists"}