{"id":24200232,"url":"https://github.com/kishyassin/crud-using-text-files-in-c","last_synced_at":"2025-03-03T09:25:48.952Z","repository":{"id":268613283,"uuid":"904927240","full_name":"kishyassin/CRUD-using-text-files-in-C","owner":"kishyassin","description":"CRUD operations using just text files in C/CPP \u003e\u003e\u003e\u003e build my mini SGBD from scratch :)","archived":false,"fork":false,"pushed_at":"2024-12-29T18:11:29.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T20:43:37.712Z","etag":null,"topics":["cpp","crud","sgbd","text-files"],"latest_commit_sha":null,"homepage":"","language":"C++","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/kishyassin.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-12-17T20:21:32.000Z","updated_at":"2025-01-12T18:35:19.000Z","dependencies_parsed_at":"2024-12-17T21:32:23.481Z","dependency_job_id":"f906d8c4-2947-479f-8351-b7ec6f272783","html_url":"https://github.com/kishyassin/CRUD-using-text-files-in-C","commit_stats":null,"previous_names":["kishyassin/crud-using-text-files-in-c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kishyassin%2FCRUD-using-text-files-in-C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kishyassin%2FCRUD-using-text-files-in-C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kishyassin%2FCRUD-using-text-files-in-C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kishyassin%2FCRUD-using-text-files-in-C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kishyassin","download_url":"https://codeload.github.com/kishyassin/CRUD-using-text-files-in-C/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241638930,"owners_count":19995286,"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":["cpp","crud","sgbd","text-files"],"created_at":"2025-01-13T20:41:40.332Z","updated_at":"2025-03-03T09:25:48.927Z","avatar_url":"https://github.com/kishyassin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRUD Application\n\nThis project is a simple CRUD (Create, Read, Update, Delete) application implemented in C++. It allows users to manage records with an interactive menu. The records are stored in a text file, and an index file is used to keep track of the positions of the records.\n\n## Features\n\n- **Create Record**: Add a new record with an ID and data.\n- **Read Record**: Retrieve a record by its ID.\n- **Update Record**: Modify the data of an existing record.\n- **Delete Record**: Remove a record by its ID.\n- **Persistent Storage**: Records and their indices are stored in text files.\n\n## File Structure\n\n- `source/main.cpp`: Contains the main function and the interactive menu.\n- `source/logic/crud.cpp`: Implements the CRUD operations.\n- `source/logic/crud.h`: Declares the CRUD operations and defines the `Record` structure.\n- `source/index/index.cpp`: Manages the index of records.\n- `source/index/index.h`: Declares the index management functions and defines the `IndexEntry` structure.\n- `indexing.txt`: Stores the index of records.\n- `data.txt`: Stores the actual records.\n\n\n### Prerequisites\n\n- C++ compiler (supporting C++20)\n- CMake (version 3.29 or higher)\n\n\n## Contributions\n\nContributions are welcome!For feature requests and bug reports\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkishyassin%2Fcrud-using-text-files-in-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkishyassin%2Fcrud-using-text-files-in-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkishyassin%2Fcrud-using-text-files-in-c/lists"}