{"id":15066464,"url":"https://github.com/soulman-is-good/dart-database","last_synced_at":"2026-01-30T05:12:31.084Z","repository":{"id":56827676,"uuid":"133311988","full_name":"soulman-is-good/dart-database","owner":"soulman-is-good","description":"Pure dart written database","archived":false,"fork":false,"pushed_at":"2019-03-04T06:11:49.000Z","size":40,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T14:45:25.694Z","etag":null,"topics":["dart","dartlang","database","orm"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soulman-is-good.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-14T06:02:40.000Z","updated_at":"2019-03-04T06:11:50.000Z","dependencies_parsed_at":"2022-08-28T21:10:31.017Z","dependency_job_id":null,"html_url":"https://github.com/soulman-is-good/dart-database","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/soulman-is-good%2Fdart-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulman-is-good%2Fdart-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulman-is-good%2Fdart-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulman-is-good%2Fdart-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soulman-is-good","download_url":"https://codeload.github.com/soulman-is-good/dart-database/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814893,"owners_count":20352038,"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":["dart","dartlang","database","orm"],"created_at":"2024-09-25T01:08:21.365Z","updated_at":"2026-01-30T05:12:26.063Z","avatar_url":"https://github.com/soulman-is-good.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dart database\n\nEmbeded database built in on Dart.\n\n**This package is still under development and will heavily change. Use on your own risk**\n\n### How to use?\n\nAll operations are syncronous and reflects the status at disk\n\n```dart\nimport 'package:dart_database/dart_database.dart';\n\nclass Item extends Entity {}\n\nvoid main() {\n  bootstrap(\n    dbFolder: Platform.script.resolve('./db').toFilePath(),\n  );\n  Collection\u003cItem\u003e items = new Collection\u003cItem\u003e(\n    builder: () =\u003e new Item(),\n  );\n  Item item = new Item();\n\n  item['id'] = 1;\n  item['title'] = 'New item';\n  items.add(item);\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoulman-is-good%2Fdart-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoulman-is-good%2Fdart-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoulman-is-good%2Fdart-database/lists"}