{"id":18314342,"url":"https://github.com/agrublev/local-database","last_synced_at":"2025-04-09T12:41:23.738Z","repository":{"id":142047561,"uuid":"461950455","full_name":"agrublev/local-database","owner":"agrublev","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-24T06:55:19.000Z","size":171,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T06:41:26.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/agrublev.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":"2022-02-21T16:48:08.000Z","updated_at":"2022-02-21T16:48:26.000Z","dependencies_parsed_at":"2024-01-24T07:45:10.303Z","dependency_job_id":"c5804072-8b47-45d0-9975-074012ec49da","html_url":"https://github.com/agrublev/local-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/agrublev%2Flocal-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Flocal-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Flocal-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Flocal-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agrublev","download_url":"https://codeload.github.com/agrublev/local-database/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248045220,"owners_count":21038552,"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":[],"created_at":"2024-11-05T16:32:00.994Z","updated_at":"2025-04-09T12:41:23.720Z","avatar_url":"https://github.com/agrublev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Local Database\n\nA simple and efficient JavaScript library for managing local storage in web applications.\n\n## Table of Contents\n\n-   [Introduction](#introduction)\n-   [Features](#features)\n-   [Installation](#installation)\n-   [Usage](#usage)\n-   [Code Examples](#code-examples)\n-   [Testing](#testing)\n-   [Contributing](#contributing)\n-   [License](#license)\n\n## Introduction\n\n`a-local-database` is a lightweight, easy-to-use JavaScript library designed to simplify interactions with local storage in web browsers. It provides a straightforward API for storing, retrieving, and managing data efficiently.\n\n## Features\n\n-   **Simple API**: Easy-to-use methods for storing and retrieving data.\n-   **Data Parsing**: Automatic handling of different data types.\n-   **Error Handling**: Robust error management for reliable data operations.\n-   **Modular Design**: Easily extendable for different storage mechanisms.\n\n## Installation\n\nInstall the library using yarn:\n\n```bash\nyarn add a-local-database\n```\n\nOr include it directly in your HTML:\n\n```html\n\u003cscript src=\"path/to/localDatabase.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\nTo start using the library, create a new `Collection` instance:\n\n```javascript\nimport { Collection } from \"a-local-database\";\n\nconst myCollection = new Collection();\n```\n\n## Code Examples\n\n### Setting and Getting Data\n\n```javascript\nmyCollection.set({ key: \"value\" });\nconsole.log(myCollection.get(\"key\")); // Outputs: value\n```\n\n## Testing\n\nThis project uses Jest for testing. Run tests with:\n\n```bash\nyarn test\n```\n\n## Contributing\n\nContributions are welcome!\n\n## License\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrublev%2Flocal-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagrublev%2Flocal-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrublev%2Flocal-database/lists"}