https://github.com/techouse/homebrew-mysql-to-sqlite3
Transfer data from MySQL to SQLite
https://github.com/techouse/homebrew-mysql-to-sqlite3
command-line homebrew-tap mysql python sqlite tool transfer-data
Last synced: 10 months ago
JSON representation
Transfer data from MySQL to SQLite
- Host: GitHub
- URL: https://github.com/techouse/homebrew-mysql-to-sqlite3
- Owner: techouse
- License: mit
- Created: 2023-12-16T15:51:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T09:52:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T14:21:52.899Z (over 1 year ago)
- Topics: command-line, homebrew-tap, mysql, python, sqlite, tool, transfer-data
- Language: Ruby
- Homepage: https://github.com/techouse/mysql-to-sqlite3
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-mysql-to-sqlite3
## Installation
```bash
brew tap techouse/mysql-to-sqlite3
brew install mysql-to-sqlite3
mysql2sqlite --help
```
## Usage
For detailed usage please refer to the [documentation](https://github.com/techouse/mysql-to-sqlite3#usage).