{"id":20604805,"url":"https://github.com/themost-framework/memory","last_synced_at":"2025-03-06T16:53:09.564Z","repository":{"id":36427838,"uuid":"221886487","full_name":"themost-framework/memory","owner":"themost-framework","description":"MOST Web Framework in-memory data adapter for testing environments","archived":false,"fork":false,"pushed_at":"2023-01-09T08:13:49.000Z","size":476,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T03:02:59.673Z","etag":null,"topics":["adapter","data","orm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themost-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-11-15T09:08:49.000Z","updated_at":"2022-09-25T08:33:14.000Z","dependencies_parsed_at":"2023-01-17T01:22:45.381Z","dependency_job_id":null,"html_url":"https://github.com/themost-framework/memory","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fmemory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fmemory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fmemory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fmemory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themost-framework","download_url":"https://codeload.github.com/themost-framework/memory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250870,"owners_count":20096895,"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":["adapter","data","orm"],"created_at":"2024-11-16T09:24:55.437Z","updated_at":"2025-03-06T16:53:09.537Z","avatar_url":"https://github.com/themost-framework.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![https://nodei.co/npm/@themost%2Fmem.png?downloads=true\u0026downloadRank=true\u0026stars=true](https://nodei.co/npm/@themost%2Fmem.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://www.npmjs.com/package/@themost%2Fmem)\n\n# themost-mem\nMOST Web Framework in-memory data adapter for testing environments\n\nThis repository contains an in-memory data adapter for developing applications and services under [MOST Web Framework 2.0 Codename Blueshift](https://github.com/themost-framework/themost)\n\n### Installation:\n\n    npm install @themost/mem\n\n### Application Configuration:\n\nAdd in-memory data data adapter to available adapter types:\n\n    \"adapterTypes\": [\n        ...\n          { \"name\":\"Memory Data Adapter\", \"invariantName\": \"memory\", \"type\":\"@themost/memory\" }\n        ...\n        ],\n    adapters: [\n        ...\n        { \n            \"name\":\"local-storage\", \"invariantName\":\"memory\", \"default\":true,\n            \"options\": {\n            }\n        }\n        ...\n    ]\n}\n\nNote: If you are intending to use memory data adapter as the default adapter mark it as `\"default\": true` while setting application configuration.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Fmemory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemost-framework%2Fmemory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Fmemory/lists"}