{"id":28758368,"url":"https://github.com/fujiwarachoki/skibidb","last_synced_at":"2025-06-17T04:08:18.883Z","repository":{"id":238857618,"uuid":"797657356","full_name":"FujiwaraChoki/SkibiDB","owner":"FujiwaraChoki","description":"A windows-only, secure, lightweight, and fast Database Management System written in C++","archived":false,"fork":false,"pushed_at":"2024-06-12T11:15:56.000Z","size":31699,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-12T15:46:39.135Z","etag":null,"topics":["cpp","database-management-system","sql"],"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/FujiwaraChoki.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-05-08T09:08:23.000Z","updated_at":"2024-06-12T11:02:07.000Z","dependencies_parsed_at":"2024-06-12T13:29:37.081Z","dependency_job_id":null,"html_url":"https://github.com/FujiwaraChoki/SkibiDB","commit_stats":null,"previous_names":["fujiwarachoki/skibidb"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/FujiwaraChoki/SkibiDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiwaraChoki%2FSkibiDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiwaraChoki%2FSkibiDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiwaraChoki%2FSkibiDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiwaraChoki%2FSkibiDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FujiwaraChoki","download_url":"https://codeload.github.com/FujiwaraChoki/SkibiDB/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiwaraChoki%2FSkibiDB/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260288462,"owners_count":22986667,"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","database-management-system","sql"],"created_at":"2025-06-17T04:08:18.045Z","updated_at":"2025-06-17T04:08:18.871Z","avatar_url":"https://github.com/FujiwaraChoki.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkibiDB\n\nA windows-only, secure, lightweight, and fast Database Management System written in C++\n\n## Libraries\n\n- [nlohmann/json](https://github.com/nlohmann/json)\n- [ikalnytskyi/termcolor](https://github.com/ikalnytskyi/termcolor)\n\n## Installation\n\n```bash\n$ git clone https://github.com/FujiwaraChoki/SkibiDB.git --recursive\n$ cd SkibiDB\n$ mkdir build\n$ cd build\n$ cmake ..\n$ make\n```\n\n## Usage\n\n```bash\n$ ./skibidb\n```\n\nTo see a list of possible commands, type \"HELP\".\n\n# Examples\n\n### Create a `users` table\n\n`CREATE TABLE users`\n\n`SAVE`\n\n### Add a user\n\n`INSERT INTO users (username, age) VALUES (\"FujiwaraChoki\", 17)`\n\n`SAVE`\n\n### Select specific user\n\n`SELECT username FROM users WHERE username ~ \"s/FujiwaraShoki\"`\n\nThe `s/` here is a flag you can add if you'd like to use the soundex search. More information [here](https://en.wikipedia.org/wiki/Soundex).\n\n`~` is the same as `LIKE`, it doesn't matter which one you provide.\n\n### Delete a user\n\n`DELETE FROM users WHERE username LIKE \"s/Fujiwarashoki\"`\n\nThis commands deletes every user, who's username sounds like \"Fujiwarashoki\".\n\n`SAVE`\n\nThere's also the basic `DROP`, `UPDATE` and `EXIT` commands.\n\n## Set a Primary Key\n\n`SET PK users user_id`\n\n`SAVE`\n\n# Functions\n\nThe only supported function as of now, is `COUNT`.\n\n## License\n\n[MIT](LICENSE)\n\n## Authors\n\n- [FujiwaraChoki](https://github.com/FujiwaraChoki)\n- [4g-13Eh](https://github.com/4g-13Eh)\n- [FischerNils06](https://github.com/FischerNils06)\n\n## Easteregg\n\n[https://youtu.be/pEBFJI-g9AA](https://youtu.be/pEBFJI-g9AA) (Not Rick-Roll)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffujiwarachoki%2Fskibidb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffujiwarachoki%2Fskibidb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffujiwarachoki%2Fskibidb/lists"}