{"id":19002267,"url":"https://github.com/tudororban/kodasql","last_synced_at":"2026-04-20T10:30:18.687Z","repository":{"id":224210551,"uuid":"756861614","full_name":"TudorOrban/KodaSQL","owner":"TudorOrban","description":"A Database Management System in Rust","archived":false,"fork":false,"pushed_at":"2024-09-14T09:40:32.000Z","size":312,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T18:42:30.757Z","etag":null,"topics":["database-management-system","rust","sql"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/TudorOrban.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-02-13T13:04:47.000Z","updated_at":"2024-09-14T09:40:35.000Z","dependencies_parsed_at":"2024-02-24T15:24:37.539Z","dependency_job_id":"40392707-8612-4f79-b857-3c791b7beff4","html_url":"https://github.com/TudorOrban/KodaSQL","commit_stats":null,"previous_names":["tudororban/kodasql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TudorOrban%2FKodaSQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TudorOrban%2FKodaSQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TudorOrban%2FKodaSQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TudorOrban%2FKodaSQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TudorOrban","download_url":"https://codeload.github.com/TudorOrban/KodaSQL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240026445,"owners_count":19736202,"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":["database-management-system","rust","sql"],"created_at":"2024-11-08T18:14:22.535Z","updated_at":"2026-04-20T10:30:18.542Z","avatar_url":"https://github.com/TudorOrban.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"KodaSQL is a Relational Database Management System (RDBMS) in development, written in Rust. It sets up a tokio server and uses a custom network protocol that enables the client to interact with a csv-based database through a storage engine. The overall architecture is sketched in the following diagram, inspired by S. Pachev's excellent book [Understanding MySQL Internals](https://www.amazon.com/Understanding-MySQL-Internals-Discovering-Improving/dp/0596009577):\n\n![Architecture](resources/Architecture.png \"KodaSQL Architecture\")\n\n### Usage\n1. Ensure you have Rust and `cargo` installed.\n2. Fetch the repository and from the root run: `cargo build --release`, `cargo run --release`.\n3. You can use the [basic_client](https://github.com/TudorOrban/KodaSQL/blob/main/examples/basic_client.rs) from examples to interact with your database from the CLI or build your own. Open a new terminal and run `cargo run --example basic_client`.\n\n### Status\nThe project is in early stages and as such it has support for a limited range of SQL commands. However, the basic architecture is in place and adding new features will require minimal effort.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftudororban%2Fkodasql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftudororban%2Fkodasql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftudororban%2Fkodasql/lists"}