{"id":20676572,"url":"https://github.com/calebowens/peanutdb","last_synced_at":"2026-02-23T00:41:35.083Z","repository":{"id":129716739,"uuid":"429953475","full_name":"calebowens/PeanutDB","owner":"calebowens","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-19T23:54:30.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T04:48:50.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/calebowens.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2021-11-19T22:44:47.000Z","updated_at":"2021-11-19T23:54:32.000Z","dependencies_parsed_at":"2023-03-26T00:33:41.144Z","dependency_job_id":null,"html_url":"https://github.com/calebowens/PeanutDB","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/calebowens/PeanutDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebowens%2FPeanutDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebowens%2FPeanutDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebowens%2FPeanutDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebowens%2FPeanutDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calebowens","download_url":"https://codeload.github.com/calebowens/PeanutDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebowens%2FPeanutDB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29733122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"last_error":"SSL_read: 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":"2024-11-16T21:13:01.746Z","updated_at":"2026-02-23T00:41:35.051Z","avatar_url":"https://github.com/calebowens.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PeanutDB\n\nAn inheritance based embedded database.\n\n## What is the goal of this database?\n\nMany projects make use of inheritance to prevent duplicate code, and also as a form of polymorphism. Storing these polymorphic types in a database can be difficut as you either have to have tables for each subtype, one table with nullable columns, or has one type relations to hold the extra data. I dont think that any of these are acceptable and should be abstracted out. This project will allow you to define tables that extend others, and enable you to use polymorphism in your queries.\n\n## Embedded DB?\n\nI'm firstly going to build this project as an embedded database for the MVP but have the goal to expand it to be a fully fleged database system supporting multiple concurrent queries.\n\n## Application Structure\n\nI'm using the Law of Demeter as a design principle because it enables incrimental changes to small parts of the application without drastic overall refactoring.\n\n### Frontend\n\nThe fronted will expose the public interface and will interact with mediary interfaces.\n\n### Backend\n\nThe backed will be responsible for storing and reading data from a persistant location. The MVP backend will utilize a JSON file as this is easy to implement. Obviously this is not ideal but should make inital proof of concept implementation easier.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebowens%2Fpeanutdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalebowens%2Fpeanutdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebowens%2Fpeanutdb/lists"}