{"id":20433126,"url":"https://github.com/sivaosorg/psqlconn","last_synced_at":"2026-04-17T03:33:44.230Z","repository":{"id":181469497,"uuid":"655601028","full_name":"sivaosorg/psqlconn","owner":"sivaosorg","description":"A Golang PostgreSQL connector library with comprehensive functionality, including database creation, batch execution, and transaction management.","archived":false,"fork":false,"pushed_at":"2024-09-07T05:20:06.000Z","size":25,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-15T18:45:37.404Z","etag":null,"topics":["golang","golang-application","postgres","postgresql","postgresql-backup","postgresql-database"],"latest_commit_sha":null,"homepage":"https://github.com/sivaosorg/psqlconn","language":"Go","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/sivaosorg.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":"2023-06-19T08:23:45.000Z","updated_at":"2024-09-07T05:20:09.000Z","dependencies_parsed_at":"2023-07-15T19:02:07.393Z","dependency_job_id":"db8fe868-389b-439f-a6d4-3e3ad5fc4e00","html_url":"https://github.com/sivaosorg/psqlconn","commit_stats":null,"previous_names":["sivaosorg/postgresconn","sivaosorg/psqlconn"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fpsqlconn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fpsqlconn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fpsqlconn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fpsqlconn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivaosorg","download_url":"https://codeload.github.com/sivaosorg/psqlconn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241975644,"owners_count":20051505,"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":["golang","golang-application","postgres","postgresql","postgresql-backup","postgresql-database"],"created_at":"2024-11-15T08:17:49.323Z","updated_at":"2026-01-11T23:57:31.987Z","avatar_url":"https://github.com/sivaosorg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# psqlconn\n\n![GitHub contributors](https://img.shields.io/github/contributors/sivaosorg/gocell)\n![GitHub followers](https://img.shields.io/github/followers/sivaosorg)\n![GitHub User's stars](https://img.shields.io/github/stars/pnguyen215)\n\nA Golang PostgreSQL connector library with comprehensive functionality, including database creation, batch execution, and transaction management.\n\n## Table of Contents\n\n- [psqlconn](#psqlconn)\n  - [Table of Contents](#table-of-contents)\n  - [Introduction](#introduction)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Modules](#modules)\n    - [Running Tests](#running-tests)\n    - [Tidying up Modules](#tidying-up-modules)\n    - [Upgrading Dependencies](#upgrading-dependencies)\n    - [Cleaning Dependency Cache](#cleaning-dependency-cache)\n\n## Introduction\n\nWelcome to the Postgres Connector for Go repository! This library provides a robust set of features for interacting with PostgreSQL databases in your Go applications. It includes the ability to create new databases, execute batch operations, and manage transactions efficiently.\n\n## Prerequisites\n\nGolang version v1.20\n\n## Installation\n\n- Latest version\n\n```bash\ngo get -u github.com/sivaosorg/psqlconn@latest\n```\n\n- Use a specific version (tag)\n\n```bash\ngo get github.com/sivaosorg/psqlconn@v0.0.1\n```\n\n## Modules\n\nExplain how users can interact with the various modules.\n\n### Running Tests\n\nTo run tests for all modules, use the following command:\n\n```bash\nmake test\n```\n\n### Tidying up Modules\n\nTo tidy up the project's Go modules, use the following command:\n\n```bash\nmake tidy\n```\n\n### Upgrading Dependencies\n\nTo upgrade project dependencies, use the following command:\n\n```bash\nmake deps-upgrade\n```\n\n### Cleaning Dependency Cache\n\nTo clean the Go module cache, use the following command:\n\n```bash\nmake deps-clean-cache\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fpsqlconn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivaosorg%2Fpsqlconn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fpsqlconn/lists"}