{"id":17614152,"url":"https://github.com/vroncevic/dbmanager","last_synced_at":"2026-04-11T13:03:41.288Z","repository":{"id":81826151,"uuid":"66095741","full_name":"vroncevic/dbmanager","owner":"vroncevic","description":":camel: DB Manager for users","archived":false,"fork":false,"pushed_at":"2024-06-16T19:20:22.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T21:47:00.206Z","etag":null,"topics":["db","linux","management","managment-system","perl","postgres","user"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/dbmanager/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.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}},"created_at":"2016-08-19T16:17:48.000Z","updated_at":"2024-06-16T19:20:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c851611-6049-40c8-8a91-3838f730030b","html_url":"https://github.com/vroncevic/dbmanager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fdbmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fdbmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fdbmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fdbmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/dbmanager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390933,"owners_count":20769486,"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":["db","linux","management","managment-system","perl","postgres","user"],"created_at":"2024-10-22T18:24:49.547Z","updated_at":"2025-12-30T23:15:31.559Z","avatar_url":"https://github.com/vroncevic.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DB manager\n\n**dbmanager** is tool for operating db.\n\nDeveloped in **[perl](https://www.perl.org/)** code: **100%**.\n\nA README file is required for CPAN modules since CPAN extracts the\nREADME file from a module distribution so that people browsing the\narchive can use it get an idea of the modules uses. It is usually a\ngood idea to provide version information here so that people can\ndecide whether fixes for the module are worth downloading.\n\n![Perl package](https://github.com/vroncevic/dbmanager/workflows/dbmanager_checker/badge.svg?branch=master) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/dbmanager.svg)](https://github.com/vroncevic/dbmanager/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/dbmanager.svg)](https://github.com/vroncevic/dbmanager/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Library structure](#library-structure)\n- [Docs](#docs)\n- [Copyright and licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\nFollow instructions from README for each module.\n\nSet INSTALL_BASE=/usr/local/perl/\n\n### Dependencies\n\n**dbmanager** requires next modules and libraries\n\nCheck requires from README for each module.\n\n### Library structure\n\n```bash\n    dbmanager\n        ├── bin/\n        │   ├── DBManager.pm\n        │   ├── dbmanager_run.pl\n        │   ├── DBOperation.pm\n        │   ├── Department/\n        │   │   ├── AddDepartment.pm\n        │   │   ├── DelDepartment.pm\n        │   │   ├── GetDepartmentNames.pm\n        │   │   ├── GetDid.pm\n        │   │   ├── GetMaxDid.pm\n        │   │   └── ListDepartments.pm\n        │   ├── Employee/\n        │   │   ├── GetEid.pm\n        │   │   ├── GetFullnames.pm\n        │   │   ├── GetMaxEid.pm\n        │   │   ├── GetUsernames.pm\n        │   │   ├── ListAll.pm\n        │   │   └── ListEmployees.pm\n        │   ├── ProcessArgs.pm\n        │   └── User/\n        │       ├── AddUser.pm\n        │       ├── DelUser.pm\n        │       ├── GetGids.pm\n        │       ├── GetUids.pm\n        │       └── UserToGroup.pm\n        ├── conf/\n        │   └── dbmanager.cfg\n        ├── log/\n        │   └── dbmanager.log\n        └── sql/\n            └── dbmanager.sql\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/dbmanager/badge/?version=latest)](https://dbmanager.readthedocs.io/projects/dbmanager/en/latest/?badge=latest)\n\nMore documentation and info at\n\n* [dbmanager.readthedocs.io](https://dbmanager.readthedocs.io/en/latest/)\n* [www.perl.org](https://www.perl.org/)\n\n### Copyright and licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2016 - 2024 by [vroncevic.github.io/dbmanager](https://vroncevic.github.io/dbmanager/)\n\n**dbmanager** is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself, either Perl version 5.18.2 or,\nat your option, any later version of Perl 5 you may have available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fdbmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fdbmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fdbmanager/lists"}