Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Jan 15, 2024
1 parent 6485116 commit 165eb32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# [ddlctl](https://github.com/kunitsucom/ddlctl)

> [!WARNING]
> This project is experimental. It is operational in the author's environment, but it is not known if it can be operated in other environments without trouble.
[![license](https://img.shields.io/github/license/kunitsucom/ddlctl)](LICENSE)
[![pkg](https://pkg.go.dev/badge/github.com/kunitsucom/ddlctl)](https://pkg.go.dev/github.com/kunitsucom/ddlctl)
[![goreportcard](https://goreportcard.com/badge/github.com/kunitsucom/ddlctl)](https://goreportcard.com/report/github.com/kunitsucom/ddlctl)
Expand Down Expand Up @@ -27,7 +30,7 @@
- `show` subcommand
- dialect
- [x] Support `mysql` (beta)
- [x] Support `postgres` (beta)
- [x] Support `postgres` (alpha)
- [x] Support `cockroachdb` (beta)
- [x] Support `spanner` (alpha)
- [ ] Support `sqlite3`
Expand All @@ -36,14 +39,14 @@
- [x] Support `mysql` (alpha)
- [x] Support `postgres` (alpha)
- [x] Support `cockroachdb` (alpha)
- [ ] Support `spanner`
- [x] Support `spanner` (alpha)
- [ ] Support `sqlite3`
- `apply` subcommand
- dialect
- [x] Support `mysql` (alpha)
- [x] Support `postgres` (alpha)
- [x] Support `cockroachdb` (alpha)
- [ ] Support `spanner`
- [x] Support `spanner` (alpha)
- [ ] Support `sqlite3`

## Example
Expand Down

0 comments on commit 165eb32

Please sign in to comment.