{"id":15849158,"url":"https://github.com/amazingandyyy/levelize","last_synced_at":"2026-02-06T23:02:30.137Z","repository":{"id":44083117,"uuid":"202660937","full_name":"amazingandyyy/levelize","owner":"amazingandyyy","description":"Better leveldb usage.","archived":false,"fork":false,"pushed_at":"2022-02-12T12:16:16.000Z","size":189,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-20T21:39:43.090Z","etag":null,"topics":["database","level","leveldb","nosql","scratchese"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/amazingandyyy.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-08-16T04:57:53.000Z","updated_at":"2021-11-18T16:32:41.000Z","dependencies_parsed_at":"2022-08-19T13:20:20.112Z","dependency_job_id":null,"html_url":"https://github.com/amazingandyyy/levelize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"scratchese/origin","purl":"pkg:github/amazingandyyy/levelize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amazingandyyy%2Flevelize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amazingandyyy%2Flevelize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amazingandyyy%2Flevelize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amazingandyyy%2Flevelize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amazingandyyy","download_url":"https://codeload.github.com/amazingandyyy/levelize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amazingandyyy%2Flevelize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29179567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T22:12:24.066Z","status":"ssl_error","status_checked_at":"2026-02-06T22:12:09.859Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","level","leveldb","nosql","scratchese"],"created_at":"2024-10-05T18:21:58.828Z","updated_at":"2026-02-06T23:02:30.123Z","avatar_url":"https://github.com/amazingandyyy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n🎁 levelize\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nUse leveldb just like mongo.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://github.com/amazingandyyy/levelize/blob/master/LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" /\u003e\n   \u003c/a\u003e\n   \u003ca href=\"https://circleci.com/gh/amazingandyyy/levelize\"\u003e\n      \u003cimg src=\"https://circleci.com/gh/amazingandyyy/levelize.svg?style=svg\" /\u003e\n   \u003c/a\u003e\n   \u003ca href=\"https://www.npmjs.com/package/@amazingandyyy/levelize\"\u003e\n      \u003cimg src=\"https://badge.fury.io/js/%40amazingandyyy%2Flevelize.svg\" /\u003e\n   \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e open source!\n\n\n## Installation\n\n```shell\n$ npm i --save @amazingandyyy/levelize\n# or\n$ yarn add @amazingandyyy/levelize\n```\n\n## Usage\n\n```javascript\nconst process = require('process')\nconst level = require('level')\nconst Levelize = require('@amazingandyyy/levelize')\n\nconst levelize = new Levelize(level)\n\nlevelize.connect('levelize-demo-2019', {\n  location: process.cwd()\n})\n\nconst UserShema = levelize.schema({\n  username: String,\n  password: String,\n  email: String\n})\n\nconst userModel = levelize.model('User', UserShema)\n\nfor (let i = 0; i \u003c 10; i++) {\n  userModel.createOne({\n    username: `amazingandyyy-${i}@gmail.com`, password: `xx${i}xx`\n  })\n}\nuserModel.getAll()\n\nuserModel.getOne({\n  username: `amazingandyyy-3@gmail.com`\n}, (err, user) =\u003e {\n  console.log(err, user)\n})\n\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famazingandyyy%2Flevelize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famazingandyyy%2Flevelize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famazingandyyy%2Flevelize/lists"}