https://github.com/syucream/jackup
Jack up your DDL and translate between MySQL and Spanner.
https://github.com/syucream/jackup
er-diagram mysql spanner
Last synced: 6 months ago
JSON representation
Jack up your DDL and translate between MySQL and Spanner.
- Host: GitHub
- URL: https://github.com/syucream/jackup
- Owner: syucream
- License: mit
- Created: 2018-07-12T15:32:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T14:28:25.000Z (about 7 years ago)
- Last Synced: 2025-02-09T07:41:22.199Z (8 months ago)
- Topics: er-diagram, mysql, spanner
- Language: Go
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jackup
Jack up your DDL and translate between MySQL and Spanner.
## How to use
- Pass your DDL via stdin or `-f` option
```
$ jackup -f path/to/ddl.sql
```- With any options you hope
```
$ ./jackup -h
Usage of ./jackup:
-allow-convert-string
Convert between long string (default true)
-f string
path to DDL .sql file
-remove-index-name
Remove long index name (default true)
-strict
Strict check
-t string
convert target (spanner2mysql, ...) (default "spanner2mysql")
```