{"id":15178956,"url":"https://github.com/sivaosorg/msqlconn","last_synced_at":"2026-03-14T08:06:34.313Z","repository":{"id":181469353,"uuid":"658210822","full_name":"sivaosorg/msqlconn","owner":"sivaosorg","description":"A Golang MySQL connector library with built-in functionality to create a new database, execute batch operations, and manage transactions.","archived":false,"fork":false,"pushed_at":"2024-09-07T05:27:26.000Z","size":30,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-22T05:23:35.611Z","etag":null,"topics":["golang","golang-application","golang-library","mysql","mysql-connector","mysql-database","mysql8","mysqlclient"],"latest_commit_sha":null,"homepage":"https://github.com/sivaosorg/msqlconn","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-25T05:33:01.000Z","updated_at":"2024-09-07T05:27:29.000Z","dependencies_parsed_at":"2023-07-15T19:00:21.536Z","dependency_job_id":"3d0d0718-3e48-4f88-a3e5-801725535782","html_url":"https://github.com/sivaosorg/msqlconn","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.0625,"last_synced_commit":"ace059b5a8bac244b3e4ca4411b18288f2c732fc"},"previous_names":["sivaosorg/mysqlconn","sivaosorg/msqlconn"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fmsqlconn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fmsqlconn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fmsqlconn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fmsqlconn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivaosorg","download_url":"https://codeload.github.com/sivaosorg/msqlconn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245862969,"owners_count":20684760,"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","golang-library","mysql","mysql-connector","mysql-database","mysql8","mysqlclient"],"created_at":"2024-09-27T15:42:44.097Z","updated_at":"2026-01-05T11:08:00.175Z","avatar_url":"https://github.com/sivaosorg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# msqlconn\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 MySQL connector library with built-in functionality to create a new database, execute batch operations, and manage transactions.\n\n## Table of Contents\n\n- [msqlconn](#msqlconn)\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\nThis Golang repository provides a MySQL connector package along with a set of services for handling common database operations. It simplifies the process of creating new databases, executing batch queries, and managing transactions in a MySQL database using Golang.\n\n## Prerequisites\n\nGolang version v1.20\n\n## Installation\n\n- Latest version\n\n```bash\ngo get -u github.com/sivaosorg/msqlconn@latest\n```\n\n- Use a specific version (tag)\n\n```bash\ngo get github.com/sivaosorg/msqlconn@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%2Fmsqlconn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivaosorg%2Fmsqlconn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fmsqlconn/lists"}