From 4d8914fc8d7f99f3911e7c1f1ba69257e6e73c0b Mon Sep 17 00:00:00 2001 From: Andrey Bogoyavlenskiy Date: Thu, 4 Jan 2024 23:54:30 +0000 Subject: [PATCH] Update feature list --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36d5a94..bdd762e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -82,7 +83,7 @@ clojure -T:migrations make #### Leiningen -[:construction: *Leiningen support is under development.*] +:construction: *Leiningen support is under development.* ### Getting started