{"id":16386927,"url":"https://github.com/devrabbani/zendb","last_synced_at":"2026-03-07T17:31:29.017Z","repository":{"id":256221633,"uuid":"853720699","full_name":"devRabbani/zendb","owner":"devRabbani","description":"All-in-one database toolkit with normalization, index analysis, ER diagrams, and many more. Access community tips and daily resources to optimize your database skills.","archived":false,"fork":false,"pushed_at":"2025-12-16T16:59:27.000Z","size":1270,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-20T04:36:03.263Z","etag":null,"topics":["algorithms","database","hacktoberfest","mermaid","mermaid-diagrams","nextjs14","open-source","optimization","sql","typescript"],"latest_commit_sha":null,"homepage":"https://zendb.vercel.app","language":"TypeScript","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/devRabbani.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-07T10:50:01.000Z","updated_at":"2025-12-16T16:59:30.000Z","dependencies_parsed_at":"2024-11-09T04:07:38.069Z","dependency_job_id":"39dbe28c-f504-49d0-945a-24e791b5adbc","html_url":"https://github.com/devRabbani/zendb","commit_stats":null,"previous_names":["devrabbani/zendb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devRabbani/zendb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devRabbani%2Fzendb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devRabbani%2Fzendb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devRabbani%2Fzendb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devRabbani%2Fzendb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devRabbani","download_url":"https://codeload.github.com/devRabbani/zendb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devRabbani%2Fzendb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30223248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["algorithms","database","hacktoberfest","mermaid","mermaid-diagrams","nextjs14","open-source","optimization","sql","typescript"],"created_at":"2024-10-11T04:24:14.742Z","updated_at":"2026-03-07T17:31:28.977Z","avatar_url":"https://github.com/devRabbani.png","language":"TypeScript","readme":"# ZenDB - Your Database Companion\n\n![ZenDB Logo](/public/og-image.png?height=200\u0026width=200)\n\nZenDB is an all-in-one database toolkit designed to simplify and enhance database management tasks. Whether you're a seasoned database administrator or a beginner, ZenDB provides a comprehensive set of tools and resources to optimize your database skills.\n\n🌐 **[Live Demo](https://zendb.vercel.app)**\n\n## Features 🛠️\n\n1. **Type Optimizer** 🧬: Select the most efficient data types for your columns. This tool provides recommendations to optimize storage and query speed based on your dataset.\n\n2. **Schema Visualizer** 🔍: Get a comprehensive overview of your entire database schema. This tool helps you visualize the relationships between tables, fields, and keys to ensure optimal structure and design.\n\n3. **Query Estimator** ⏱️: Get an instant estimate of your query's complexity. This tool helps predict performance and suggests optimizations for faster query execution.\n\n4. **Normalization** 🧹: Simplify the process of normalizing your database. This tool assists in organizing your data into efficient structures while eliminating redundancy and ensuring consistency.\n\n5. **Index Analyzer** 📊: Evaluate and improve the performance of your database indexes. This tool helps you discover bottlenecks and suggests ways to streamline your indexing strategy.\n\n6. **ERD Generator** 🗺️: Quickly generate ER diagrams using either a Prisma schema or simple text-based schema. Visualize your database structure and relationships with ease.\n\n7. **Character Bit Size** 📏: Ensure your database fields are using optimal character lengths. This tool helps you identify and adjust field lengths to save space and improve performance.\n\n8. **Blogs and Resources** 📚: Access daily updated blogs and curated learning resources to stay on top of database trends and best practices.\n\n9. **Community-Driven Tips** 💡: Access a wealth of knowledge shared by our vibrant community of database professionals.\n\n10. **Daily Updated Blogs** 📝: Stay informed with our regularly updated blog posts on database trends and best practices.\n\n11. **Learning Resources** 🎓: Enhance your skills with our curated collection of educational materials.\n\n## Installation 💻\n\nTo get started with ZenDB, follow these steps:\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/devrabbani/zendb.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```\n   cd zendb\n   ```\n\n3. Install dependencies:\n\n   ```\n   npm install\n   ```\n\n4. Set up environment variables:\n   Create a `.env.local` file in the root directory and add necessary environment variables.\n\n5. Run the development server:\n\n   ```\n   npm run dev\n   ```\n\n6. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n## Contributing 🤝\n\nWe welcome contributions from the community! If you'd like to contribute to ZenDB, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them with descriptive commit messages.\n4. Push your changes to your fork.\n5. Submit a pull request to the main repository.\n\n## License 📄\n\nZenDB is released under the [MIT License](LICENSE).\n\n## Support 🆘\n\nIf you encounter any issues or have questions, please file an issue on our [GitHub issue tracker](https://github.com/devrabbani/zendb/issues).\n\n---\n\nZenDB - Empowering database professionals and enthusiasts to achieve database zen. 🧘‍♂️💻\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrabbani%2Fzendb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrabbani%2Fzendb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrabbani%2Fzendb/lists"}