An open API service indexing awesome lists of open source software.

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.

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")
```