{"id":26529482,"url":"https://github.com/cappe987/dbms-hs","last_synced_at":"2026-05-18T17:31:08.028Z","repository":{"id":134109108,"uuid":"283487391","full_name":"cappe987/dbms-hs","owner":"cappe987","description":"A small DBMS written in Haskell. Abandoned and incomplete project.","archived":false,"fork":false,"pushed_at":"2021-08-13T16:09:06.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-21T16:57:54.457Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/cappe987.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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":"2020-07-29T12:01:48.000Z","updated_at":"2021-08-13T16:14:24.000Z","dependencies_parsed_at":"2023-03-13T11:07:23.548Z","dependency_job_id":null,"html_url":"https://github.com/cappe987/dbms-hs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cappe987/dbms-hs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappe987%2Fdbms-hs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappe987%2Fdbms-hs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappe987%2Fdbms-hs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappe987%2Fdbms-hs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cappe987","download_url":"https://codeload.github.com/cappe987/dbms-hs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cappe987%2Fdbms-hs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33185471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-03-21T16:33:59.051Z","updated_at":"2026-05-18T17:31:07.979Z","avatar_url":"https://github.com/cappe987.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBMS\n**This is an abandoned project, possibly forever.**\n\nA small DBMS written in Haskell as a hobby project. \nThere are no plans to use this in any other real-world project.\n\n# To-do\n\n## Short term\n- [X] Reorganize insert data to match schema\n- [X] Implement schema checking and filling in NULL/default values.\n- [X] Implement hash table\n- [ ] Implement main db file for storing schemas. \n- [X] Check if PK exists when inserting row.\n- [X] Handle NULL values\n- [ ] Maybe use a shared type (schema vs row) for the name/type of columns.\n- [ ] Complete type refactoring.\n\n## Long term\n- [ ] Add rehashing to hashtables\n- [ ] Escape characters \n- [ ] Remove the limit of `INT32_MAX` on block amount\n- [ ] Handle schemas with size larger than one block\n- [ ] Rewrite DBMS.Storage modules to directly manipulate bytestrings. https://wiki.haskell.org/Performance/Strings\n- [ ] Handle UTF-8. Use `Data.ByteString.Conversion`. Right now it only handles ASCII strings.\n- [ ] Make hashtable schema independent of the schema encoder/decoders.\n- [ ] Make EDSL for query language. Use a monad to accumulate the query \nrequirements and then execute it.\n- [ ] Replace Maybe's with Either for displaying error messages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcappe987%2Fdbms-hs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcappe987%2Fdbms-hs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcappe987%2Fdbms-hs/lists"}