{"id":30810601,"url":"https://github.com/lexzaiello/toydb","last_synced_at":"2025-09-06T05:54:27.570Z","repository":{"id":209243345,"uuid":"713224613","full_name":"lexzaiello/toydb","owner":"lexzaiello","description":"Toy database implemented for fun in Rust with asynchronous I/O and actor concurrency.","archived":false,"fork":false,"pushed_at":"2023-12-18T21:55:27.000Z","size":345,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T05:38:48.989Z","etag":null,"topics":["actix","dbms-project","relational-database","tokio"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/lexzaiello.png","metadata":{"files":{"readme":"README.org","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-11-02T04:47:01.000Z","updated_at":"2024-01-14T12:52:51.000Z","dependencies_parsed_at":"2023-12-18T23:03:24.627Z","dependency_job_id":"d03f8ebf-0570-4af1-ac58-f271691ed565","html_url":"https://github.com/lexzaiello/toydb","commit_stats":null,"previous_names":["dowlandaiello/toydb","lexzaiello/toydb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lexzaiello/toydb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexzaiello%2Ftoydb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexzaiello%2Ftoydb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexzaiello%2Ftoydb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexzaiello%2Ftoydb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexzaiello","download_url":"https://codeload.github.com/lexzaiello/toydb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexzaiello%2Ftoydb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273862892,"owners_count":25181547,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":["actix","dbms-project","relational-database","tokio"],"created_at":"2025-09-06T05:54:24.081Z","updated_at":"2025-09-06T05:54:27.555Z","avatar_url":"https://github.com/lexzaiello.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: ToyDB\n#+AUTHOR: Dowland Aiello\n#+DATE: 11/26/23\n\nToyDB is a relational database implemented in Rust for learning purposes. ToyDB is unique in that it uses an actor concurrency model with [[https://github.com/actix/actix][Actix]], and asynchronous I/O with [[https://github.com/tokio-rs/tokio][Tokio]]. However, besides these implementation details, this database seeks to follow database systems textbook implementation guidelines.\n\n* TODO To-Do [3/5]\n\n** DONE Buffer Manager \nCLOSED: [2023-11-26 Sun 17:14]\n\nLargely complete: see [[./src/engine/buffer_pool.rs][buffer_pool.rs]].\n\n** DONE Record Utilities / Heap Files\nCLOSED: [2023-11-26 Sun 17:12]\n\nLargely complete: see [[./src/engine/heap.rs][heap.rs]].\n\n** DONE Indexing\nCLOSED: [2023-12-01 Fri 14:49]\n\nLargely complete: see [[./src/engine/index.rs][index.rs]].\n\n** TODO Query Processor [0/0]\n\n*** Catalogue [1/3]\n\n**** DONE Type lookups\nCLOSED: [2023-12-05 Tue 09:02]\n\n**** TODO Index records\n\n**** TODO Constraints\n\n*** Table creation [1/2]\n\n**** DONE Basic tables\nCLOSED: [2023-12-05 Tue 09:02]\n\n**** TODO Constraints\n\n*** Insertion\n\n** TODO Connection Manager\n\n... and more\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexzaiello%2Ftoydb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexzaiello%2Ftoydb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexzaiello%2Ftoydb/lists"}