{"id":20177960,"url":"https://github.com/lassejlv/flick","last_synced_at":"2026-04-25T08:34:39.411Z","repository":{"id":238905655,"uuid":"797711828","full_name":"lassejlv/Flick","owner":"lassejlv","description":"Flick is a key-value database designed for small applications","archived":false,"fork":false,"pushed_at":"2025-05-07T13:07:23.000Z","size":73005,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-28T14:56:49.857Z","etag":null,"topics":["bun","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lassejlv.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-05-08T11:20:10.000Z","updated_at":"2025-05-18T09:28:16.000Z","dependencies_parsed_at":"2025-01-03T21:17:01.070Z","dependency_job_id":null,"html_url":"https://github.com/lassejlv/Flick","commit_stats":null,"previous_names":["lassejlv/flick"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lassejlv/Flick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassejlv%2FFlick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassejlv%2FFlick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassejlv%2FFlick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassejlv%2FFlick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lassejlv","download_url":"https://codeload.github.com/lassejlv/Flick/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassejlv%2FFlick/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263322786,"owners_count":23448712,"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":["bun","typescript"],"created_at":"2024-11-14T02:18:27.169Z","updated_at":"2026-04-25T08:34:39.358Z","avatar_url":"https://github.com/lassejlv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Flick DB\n\n[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/template/QjUR9X?referralCode=lasse)\n\nA simple-fast-easy-to-use key-value databases, useful in small applications. Easy deploy it on railway!\n\n### Node.js Example\n\n```ts\nimport { FlickClient } from 'flickdb'\n\nconst client = new FlickClient({\n  host: '',\n  port: ,\n})\n\nawait client.createCollection('users')\n\nawait client.set('users', 'john', { name: 'John Doe', age: 30 })\n\nconst john = await client.get('users', 'john')\nconsole.log(john) // { name: \"John Doe\", age: 30 }\n```\n\nYou can view the source code on github \nhttps://github.com/lassejlv/Flick/tree/main\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassejlv%2Fflick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flassejlv%2Fflick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassejlv%2Fflick/lists"}