{"id":20399558,"url":"https://github.com/garfield1002/yacdb","last_synced_at":"2026-05-11T09:46:24.443Z","repository":{"id":39618497,"uuid":"487750114","full_name":"Garfield1002/yacdb","owner":"Garfield1002","description":"Yet Another Crappy DataBase","archived":false,"fork":false,"pushed_at":"2022-05-30T19:49:45.000Z","size":2837,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T11:17:36.341Z","etag":null,"topics":["c","database","sql"],"latest_commit_sha":null,"homepage":"https://Garfield1002.github.io/yacdb","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Garfield1002.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}},"created_at":"2022-05-02T07:11:41.000Z","updated_at":"2022-08-01T14:02:10.000Z","dependencies_parsed_at":"2022-09-19T16:00:27.975Z","dependency_job_id":null,"html_url":"https://github.com/Garfield1002/yacdb","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/Garfield1002%2Fyacdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garfield1002%2Fyacdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garfield1002%2Fyacdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garfield1002%2Fyacdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Garfield1002","download_url":"https://codeload.github.com/Garfield1002/yacdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241946657,"owners_count":20047049,"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":["c","database","sql"],"created_at":"2024-11-15T04:29:53.742Z","updated_at":"2026-05-11T09:46:19.390Z","avatar_url":"https://github.com/Garfield1002.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/Garfield1002/yacdb/blob/master/yacdb.png?raw=true\" alt=\"YACDB logo\" title=\"YACDB\" align=\"right\" height=\"60\" /\u003e\n\n# YACDB\n\n\u003ca href=\"https://garfield1002.github.io/yacdb/files.html\" rel=\"nofollow\"\u003e\u003cimg src=\"https://img.shields.io/badge/Doxygen-HTML-success?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Garfield1002/yacdb/actions?query=workflow%3A%22Doxygen+Action%22\"\u003e\u003cimg src=\"https://img.shields.io/github/workflow/status/Garfield1002/yacdb/Doxygen%20Action?label=Documentation\u0026logo=Github%20Actions\u0026logoColor=fff\"\u003e\u003c/a\u003e\n\n**Yet Another C(rappy) DataBase** is a database **built from scratch** in C. It is heavily inspired by [SQLite](https://www.sqlite.org/) and would not have been possible without their documentation.\n\n## ⭐ Features\n\nCurrently, YACDB remains a very simple database, but it is planned to add more features in the future.\n\nSupported features:\n\n- Creation of tables\n\n- Insertion of rows\n\n- Selection of rows, with or without conditions\n\nYACDB was built as a client/server database so you can use it remotely.\n\nYACDB also implements a limited cache system to speed up the database access.\n\n## 🛠 Building\n\nYACDB can be built using CMake.\n\nWe have provided some utility scripts to help you with the build process.\n\n1. Clone the repositiory\n\n```bash\ngit clone https://github.com/Garfield1002/yacdb.git\ncd yacdb\n```\n\n2. Setup \u0026 Build (server-side)\n\n```bash\nsh server-side/setup.sh \u0026\u0026 sh server-side/build.sh\n```\n\n3. Build (client-side)\n\n```bash\nmake -C client-side all\n```\n\n## 💻 Console usage\n\n1. Launch the server\n\n```bash\nserver-side/server\n```\n\n2. Launch any number of clients\n\n```bash\nclient-side/client\n```\n\nThe available commands can be found in the documentation under the [Query Format](https://garfield1002.github.io/yacdb/md_client_side_query_format.html) section.\n\n## 📄 Queries in file\n\nIt is possible to execute a series of query stored in a file :\n\n```bash\nclient-side/client file_path\n```\n\nIf the server is running, this will send the instruction to the server and execute them.\n\n## 🌳 Documentation\n\nDetailed documentation is available on the [github page](https://garfield1002.github.io/yacdb/).\n\nIt was bult using [Doxygen](https://www.doxygen.nl/) and [Doxygen-Awesome](https://jothepro.github.io/doxygen-awesome-css/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarfield1002%2Fyacdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarfield1002%2Fyacdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarfield1002%2Fyacdb/lists"}