{"id":23960563,"url":"https://github.com/itzhep/godb","last_synced_at":"2026-05-03T20:36:01.023Z","repository":{"id":270319727,"uuid":"909996869","full_name":"Itzhep/godb","owner":"Itzhep","description":"golang database engine","archived":false,"fork":false,"pushed_at":"2025-01-02T11:01:25.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T19:31:31.778Z","etag":null,"topics":["database","engine","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Itzhep.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-30T08:40:39.000Z","updated_at":"2025-01-02T11:01:28.000Z","dependencies_parsed_at":"2025-01-06T19:31:30.860Z","dependency_job_id":null,"html_url":"https://github.com/Itzhep/godb","commit_stats":null,"previous_names":["itzhep/godb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itzhep%2Fgodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itzhep%2Fgodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itzhep%2Fgodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itzhep%2Fgodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Itzhep","download_url":"https://codeload.github.com/Itzhep/godb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240475228,"owners_count":19807292,"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","engine","golang"],"created_at":"2025-01-06T19:30:00.786Z","updated_at":"2026-05-03T20:36:00.995Z","avatar_url":"https://github.com/Itzhep.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoDB\n\nHigh-performance embedded database engine in Go featuring B-tree indexing and LRU caching.\n\n## Core Features\n\n- In-memory storage with persistence\n- B-tree indexes (O(log n) operations)\n- LRU query caching\n- Thread-safe operations\n- ACID transactions\n- CLI interface\n\n## Technical Specifications\n\n### Data Types\n- STRING\n- INTEGER\n- FLOAT\n- BOOLEAN\n- BLOB\n\n### Constraints\n- PRIMARY KEY\n- NOT NULL\n- UNIQUE\n\n### Performance\n- B-tree degree: 4\n- Cache size: 1000 entries\n- Concurrent read/write\n\n## Installation\n\n```bash\ngit clone https://github.com/Itzhep/godb\ncd godb\ngo build\n```\n## Start GoDB\n./godb\n\n# Database Operations\ncreate database testdb\nuse testdb\n\n# Table Operations\ncreate table users id:INTEGER,PK name:STRING,NN email:STRING,UNIQUE\ninsert users id=1 name=John email=john@example.com\nselect users name=John","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzhep%2Fgodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzhep%2Fgodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzhep%2Fgodb/lists"}