Skip to content

Commit

Permalink
Update feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
abogoyavlensky committed Jan 4, 2024
1 parent ab58b61 commit 4d8914f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ and create database schema migrations automatically based on changes to the mode
- **declaratively** define db schema as **models** in EDN;
- create migrations **automatically** based on model changes;
- **migrate** db schema in forward and backward directions;
- manage migrations for: tables, indexes, constraints, enum types;
- view actual SQL or human-readable description for a migration;
- optionally add a custom SQL migration for specific cases;
- use with PostgreSQL *[:construction: other databases are planned]*.
- use with PostgreSQL :construction: *[other databases are planned]*.

### Quick overview

Expand Down Expand Up @@ -82,7 +83,7 @@ clojure -T:migrations make

#### Leiningen

[:construction: *Leiningen support is under development.*]
:construction: *Leiningen support is under development.*

### Getting started

Expand Down

0 comments on commit 4d8914f

Please sign in to comment.