# sqlite3-to-mysql を Homebrew, Nix でインストール

sqlite3-to-mysql のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:sqlite3-to-mysql
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install sqlite3-to-mysql
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#sqlite3-to-mysql
```

  証拠: nixpkgs package indexes: pkgs/by-name/sq/sqlite3-to-mysql/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:sqlite3-to-mysql
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.6.0
- **ソース概要:** Transfer data from SQLite to MySQL
- **ホームページ:** <https://techouse.github.io/sqlite3-to-mysql/>
- **リポジトリ:** <https://github.com/techouse/sqlite3-to-mysql>
- **最終更新:** 2026-06-15T10:21:20-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- sqlite3mysql (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.6.0
## プロジェクトの歴史と使われ方

sqlite3-to-mysql is a Python CLI for transferring schema and data from SQLite 3 databases into MySQL or MariaDB. It sits in the practical migration-tool niche rather than the embedded-database niche.

### プロジェクトの歴史

The official documentation describes SQLite3 to MySQL as a simple Python tool to transfer data from SQLite 3 to MySQL. The repository README gives the CLI behavior in more detail: `sqlite3mysql` reads the SQLite schema, creates equivalent MySQL or MariaDB structures where possible, and transfers table data.

The project is distributed as a Python package, a Homebrew formula, and a Docker image according to its official README and docs. GitHub release metadata shows continuing maintenance through the 2.x series.

### 採用の歴史

The official README documents installation from PyPI and Homebrew, plus a container image from GitHub Container Registry. The input also lists a Nix package, showing packaging beyond Python's package index.

### 使われ方

Users run `sqlite3mysql` with a source SQLite file, target MySQL database, MySQL user, host, and password prompt. Common recipes include schema-only transfer, loading into existing MySQL tables, transferring selected tables, refreshing target tables, using Unix sockets, SSL certificates, Docker, and chunk/log tuning.

### パッケージ好きにとっての重要性

Package nerds care because sqlite3-to-mysql turns a one-off migration chore into an installable CLI with explicit packaging routes. It is useful when a project has outgrown a local SQLite file or needs to move data into MySQL/MariaDB without writing bespoke export scripts.

### タイムライン

- 2023: GitHub release metadata shows the 2.0.0 line published in October 2023.
- 2024: The 2.3.x release line appears in GitHub release metadata.
- 2026: GitHub release metadata shows 2.6.0 with added MySQL SSL certificate options.

### Related projects

- The tool bridges SQLite 3 source databases with MySQL and MariaDB targets.
- It complements SQLite CLI export workflows when users want direct MySQL/MariaDB DDL and data loading.

### ソース

- <https://github.com/techouse/sqlite3-to-mysql - official repository README.>
- <https://github.com/techouse/sqlite3-to-mysql/releases - official GitHub release metadata.>
- <https://techouse.github.io/sqlite3-to-mysql/ - official documentation overview.>
- source_facts.package-manager - package-manager availability supplied in input.


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## 他のパッケージマネージャ記録

- Nix - sqlite3-to-mysql: normalized package name match | nixpkgs package indexes: pkgs/by-name/sq/sqlite3-to-mysql/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/sqlite3-to-mysql.yml](https://github.com/mxcl/pkgdb/blob/main/combined/sqlite3-to-mysql.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
