{"id":17647216,"url":"https://github.com/teodev1611/darth-db","last_synced_at":"2026-03-14T00:34:22.572Z","repository":{"id":38191631,"uuid":"374468096","full_name":"TeoDev1611/darth-db","owner":"TeoDev1611","description":"A tiny database for the Dark Side","archived":false,"fork":false,"pushed_at":"2023-05-24T15:57:43.000Z","size":1525,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T06:51:13.468Z","etag":null,"topics":["database","golang","golang-library","golang-module","golang-package","help-wanted"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TeoDev1611.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-06-06T21:33:33.000Z","updated_at":"2023-09-12T22:00:44.000Z","dependencies_parsed_at":"2024-06-21T14:43:57.168Z","dependency_job_id":"b8b1b965-c63c-4ebf-b278-adce78faaf6c","html_url":"https://github.com/TeoDev1611/darth-db","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeoDev1611%2Fdarth-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeoDev1611%2Fdarth-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeoDev1611%2Fdarth-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeoDev1611%2Fdarth-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeoDev1611","download_url":"https://codeload.github.com/TeoDev1611/darth-db/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823686,"owners_count":21809708,"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","golang-library","golang-module","golang-package","help-wanted"],"created_at":"2024-10-23T11:11:30.909Z","updated_at":"2026-03-14T00:34:22.522Z","avatar_url":"https://github.com/TeoDev1611.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    \u003cimg width=\"100\" src=\"./img/dart.png\"\u003e\n  \u003c/p\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/teodev1611/darth-db?style=flat-square\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/teodev1611/darth-db?style=social\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/go-mod/go-version/teodev1611/darth-db/main?filename=go.mod\"\u003e\n  \u003ch1\u003eThe Darth Database for the Dark Side\u003c/h1\u003e\n  \u003chr\u003e\n\u003c/div\u003e\n\n## 🤔 What is that?\n\nThis is a tiny database for small projects using many formats inspired in **lowdb**\n\n## 💻 How install?\n\n```\ngo get github.com/TeoDev1611/darth-db\n```\n\n## Examples 👌\n\nWrite a json database with the data:\n\n```go\npackage main\n\nimport (\n\t\"github.com/TeoDev1611/darth-db/json\"\n)\n\nfunc main() {\n\tdata := map[string]interface{}{\n\t\t\"database\":    \"darth-db\",\n\t\t\"awesome\":     true,\n\t\t\"easy\":        true,\n\t\t\"description\": \"A little db for the dark side\",\n\t}\n\tjson.WriteDB(\"sampledb.json\", \"  \", false, data)\n}\n```\n\n## 💁 Todo\n\n- [x] Write Json Files\n- [x] Parse String to Map String interface\n- [x] Get all data from the json\n- [x] Get a single value of the json\n- [x] Support for toml \n- [ ] Encrypt function\n- [x] Examples\n- [ ] Support for Yaml\n\n## ✅ Authors\n\nSpecial thanks to [GolangUA](https://github.com/GolangUA/gopher-logos) and [Red Panda](http://panda-art.red/) for this beautiful illustration 🤟. \nProject made by @TeoDev1611 \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteodev1611%2Fdarth-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteodev1611%2Fdarth-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteodev1611%2Fdarth-db/lists"}