{"id":16552133,"url":"https://github.com/pandasekh/dibbi","last_synced_at":"2026-04-21T16:36:30.186Z","repository":{"id":65804656,"uuid":"599705706","full_name":"PandaSekh/dibbi","owner":"PandaSekh","description":"🐳 In-memory non-persistent relational database.","archived":false,"fork":false,"pushed_at":"2023-02-18T20:04:17.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-21T21:04:04.111Z","etag":null,"topics":["database","golang"],"latest_commit_sha":null,"homepage":"https://pandasekh.github.io/dibbi/dev/bench/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PandaSekh.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":"2023-02-09T17:55:53.000Z","updated_at":"2023-02-17T14:32:23.000Z","dependencies_parsed_at":"2023-02-27T10:30:42.960Z","dependency_job_id":null,"html_url":"https://github.com/PandaSekh/dibbi","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"da374b1669d1806ae72e2ad1cc80ae239f84e40b"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/PandaSekh/dibbi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaSekh%2Fdibbi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaSekh%2Fdibbi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaSekh%2Fdibbi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaSekh%2Fdibbi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PandaSekh","download_url":"https://codeload.github.com/PandaSekh/dibbi/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaSekh%2Fdibbi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261193090,"owners_count":23122904,"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","golang"],"created_at":"2024-10-11T19:44:02.406Z","updated_at":"2026-04-21T16:36:30.142Z","avatar_url":"https://github.com/PandaSekh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐳 dibbi\n\n[![Build](https://github.com/PandaSekh/dibbi/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/PandaSekh/dibbi/actions/workflows/build_and_test.yml)\n[![Go Reference](https://pkg.go.dev/badge/github.com/PandaSekh/dibbi.svg)](https://pkg.go.dev/github.com/PandaSekh/dibbi)\n\nIn-memory non-persistent relational database.\n\n## Examples\n\n**Create Table**\n\n```sql\nCREATE TABLE users\n(\n  age  int,\n  name text\n);\n```\n\n**Insert**\n\n```sql\nINSERT INTO users\nVALUES (24, 'Alessio');\n```\n\n**Select**\n\n```sql\nSELECT age\nfrom users;\n```\n\n**Select All**\n\n```sql\nSELECT *\nfrom users;\n```\n\n## Run\n\n`go run main.go`\n\n## Test\n\n`go test -v ./...`\n\n## Features\n\n- `SELECT`\n- CREATE TABLE\n  - int\n  - text\n  - bool\n- INSERT\n- `SELECT *` to get all Columns\n\n## TODO\n\n- Insert with column specification\n- `WHERE` clause\n- More column types (uuid, date)\n- Automatic uuid on insertion, if specified during `CREATE TABLE`\n- default values\n- Support float\n\n## Resources\n\n- Idea and tutorial followed for the beginning: [database basics](https://notes.eatonphil.com/database-basics.html).\n- [Writing an interpreter in go](https://interpreterbook.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandasekh%2Fdibbi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpandasekh%2Fdibbi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandasekh%2Fdibbi/lists"}