https://github.com/techouse/homebrew-sqlite3-to-mysql
Transfer data from SQLite to MySQL
https://github.com/techouse/homebrew-sqlite3-to-mysql
commandline homebrew-tap mysql python sqlite tool transfer-data
Last synced: 8 months ago
JSON representation
Transfer data from SQLite to MySQL
- Host: GitHub
- URL: https://github.com/techouse/homebrew-sqlite3-to-mysql
- Owner: techouse
- License: mit
- Created: 2023-12-16T14:46:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-24T20:45:24.000Z (8 months ago)
- Last Synced: 2025-09-24T22:32:28.172Z (8 months ago)
- Topics: commandline, homebrew-tap, mysql, python, sqlite, tool, transfer-data
- Language: Ruby
- Homepage: https://github.com/techouse/sqlite3-to-mysql
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-sqlite3-to-mysql
## Installation
```bash
brew tap techouse/sqlite3-to-mysql
brew install sqlite3-to-mysql
sqlite3mysql --help
```
## Usage
For detailed usage please refer to the [documentation](https://github.com/techouse/sqlite3-to-mysql#usage).