Skip to content

Commit

Permalink
Fix the feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
merqurio committed Aug 23, 2024
1 parent 6216892 commit ee369fe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

Oxigration is a SQL migration manager designed to implement database schemas based on individual files defining SQL objects organized in directories. This tool simplifies the process of managing and applying database schema changes across different environments.

## Features
**Features**

- Parses SQL object definitions from separate files
- Organizes SQL objects in a directory structure
- Generates and applies migration scripts
- Takes DBMS objects represented in files and migrates the DBMS
- Tracks schema version and applied migrations
- Supports multiple database environments
- Generate DBMS objects source code from the DBMS

## Overview

Expand Down

0 comments on commit ee369fe

Please sign in to comment.