pulumi-mysql


Namepulumi-mysql JSON
Version 3.2.3 PyPI version JSON
download
home_page
SummaryA Pulumi package for creating and managing mysql cloud resources.
upload_time2024-02-27 15:18:26
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords pulumi mysql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-mysql/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-mysql/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fmysql.svg)](https://www.npmjs.com/package/@pulumi/mysql)
[![Python version](https://badge.fury.io/py/pulumi-mysql.svg)](https://pypi.org/project/pulumi-mysql)
[![NuGet version](https://badge.fury.io/nu/pulumi.mysql.svg)](https://badge.fury.io/nu/pulumi.mysql)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-mysql/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-mysql/sdk/v3/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-mysql/blob/master/LICENSE)

# MySQL Resource Provider

The MySQL resource provider for Pulumi lets you manage MySQL resources in your cloud programs.  To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

    $ npm install @pulumi/mysql

or `yarn`:

    $ yarn add @pulumi/mysql

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_mysql

### Go

To use from Go, use `go get` to grab the latest version of the library

    $ go get github.com/pulumi/pulumi-mysql/sdk/v3

### .NET

To use from .NET, install using `dotnet add package`:

    $ dotnet add package Pulumi.Mysql

## Configuration

The following configuration points are available:

- `mysql:endpoint` (required) - The address of the MySQL server to use. Most often a "hostname:port" pair, but may also
  be an absolute path to a Unix socket when the host OS is Unix-compatible. Can be set via `MYSQL_ENDPOINT` environment variable.
- `mysql:username` (required) - Username to use to authenticate with the server. Can be set via `MYSQL_USERNAME` environment variable.
- `mysql:password` - (optional) Password for the given user, if that user has a password. Can be set via `MYSQL_PASSWORD` environment variable.
- `mysql:tls` - (optional) The TLS configuration. One of false, true, or skip-verify. Defaults to `false`. Can be set via
  `MYSQL_TLS_CONFIG` environment variable.
- `mysql:proxy` - (Optional) Proxy socks url, can also be sourced from `ALL_PROXY` or `all_proxy` environment variables.

## Reference

For further information, please visit [the MySQL provider docs](https://www.pulumi.com/docs/intro/cloud-providers/mysql) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/mysql).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pulumi-mysql",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pulumi,mysql",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/74/29/cd000e722361ee6afd2ba35c80960cb652769131d9154edd19509ac6b6be/pulumi_mysql-3.2.3.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-mysql/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-mysql/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fmysql.svg)](https://www.npmjs.com/package/@pulumi/mysql)\n[![Python version](https://badge.fury.io/py/pulumi-mysql.svg)](https://pypi.org/project/pulumi-mysql)\n[![NuGet version](https://badge.fury.io/nu/pulumi.mysql.svg)](https://badge.fury.io/nu/pulumi.mysql)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-mysql/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-mysql/sdk/v3/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-mysql/blob/master/LICENSE)\n\n# MySQL Resource Provider\n\nThe MySQL resource provider for Pulumi lets you manage MySQL resources in your cloud programs.  To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/mysql\n\nor `yarn`:\n\n    $ yarn add @pulumi/mysql\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_mysql\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-mysql/sdk/v3\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Mysql\n\n## Configuration\n\nThe following configuration points are available:\n\n- `mysql:endpoint` (required) - The address of the MySQL server to use. Most often a \"hostname:port\" pair, but may also\n  be an absolute path to a Unix socket when the host OS is Unix-compatible. Can be set via `MYSQL_ENDPOINT` environment variable.\n- `mysql:username` (required) - Username to use to authenticate with the server. Can be set via `MYSQL_USERNAME` environment variable.\n- `mysql:password` - (optional) Password for the given user, if that user has a password. Can be set via `MYSQL_PASSWORD` environment variable.\n- `mysql:tls` - (optional) The TLS configuration. One of false, true, or skip-verify. Defaults to `false`. Can be set via\n  `MYSQL_TLS_CONFIG` environment variable.\n- `mysql:proxy` - (Optional) Proxy socks url, can also be sourced from `ALL_PROXY` or `all_proxy` environment variables.\n\n## Reference\n\nFor further information, please visit [the MySQL provider docs](https://www.pulumi.com/docs/intro/cloud-providers/mysql) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/mysql).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing mysql cloud resources.",
    "version": "3.2.3",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-mysql"
    },
    "split_keywords": [
        "pulumi",
        "mysql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d82c5f61f86164fe4016b91281484ede71d011ff232734a66376e5739f9d40ee",
                "md5": "150067129a6b8a7f133c9caec194a266",
                "sha256": "eff9862da3b83ee4671dc61ccd49ec4a9e54cdd568e1fcccc2ae43e0975d2b51"
            },
            "downloads": -1,
            "filename": "pulumi_mysql-3.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "150067129a6b8a7f133c9caec194a266",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21820,
            "upload_time": "2024-02-27T15:18:24",
            "upload_time_iso_8601": "2024-02-27T15:18:24.670539Z",
            "url": "https://files.pythonhosted.org/packages/d8/2c/5f61f86164fe4016b91281484ede71d011ff232734a66376e5739f9d40ee/pulumi_mysql-3.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7429cd000e722361ee6afd2ba35c80960cb652769131d9154edd19509ac6b6be",
                "md5": "6671d8d59618a2742bba05ad1d4929e9",
                "sha256": "9d2ff6759087e6c3364dcb3368214d194cda3fa15705d04ff9b0a51640f671a8"
            },
            "downloads": -1,
            "filename": "pulumi_mysql-3.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6671d8d59618a2742bba05ad1d4929e9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14915,
            "upload_time": "2024-02-27T15:18:26",
            "upload_time_iso_8601": "2024-02-27T15:18:26.911112Z",
            "url": "https://files.pythonhosted.org/packages/74/29/cd000e722361ee6afd2ba35c80960cb652769131d9154edd19509ac6b6be/pulumi_mysql-3.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 15:18:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-mysql",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-mysql"
}
        
Elapsed time: 0.26669s