Skip to content

Commit

Permalink
feat: add SQL compatibility to the list of features
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed Nov 5, 2024
1 parent 8eff848 commit 924fee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ This library offer to you a new way to create migrations in Go with a powerful A
## Features

- **Go Language**: The library allows you to write migrations in Go, making it easy to define schema changes in a programming language you are already familiar with.
- **SQL Compatibility**: The library supports SQL databases and allows you to write .SQL migrations.
- **Type Safety**: Writing migrations in Go provides you with all the language's benefits, including type safety, simplicity, and strong tooling support.
- **Version Control**: Migrations are version controlled.
- **Auto Down Migration**: The library generates down migrations when it's possible.
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ This library offer to you a new way to create migrations in Go with a powerful A
## Features

- **Go Language**: The library allows you to write migrations in Go, making it easy to define schema changes in a programming language you are already familiar with.
- **SQL Compatibility**: The library supports SQL databases and allows you to write .SQL migrations.
- **Type Safety**: Writing migrations in Go provides you with all the language's benefits, including type safety, simplicity, and strong tooling support.
- **Version Control**: Migrations are version controlled.
- **Auto Down Migration**: The library generates down migrations when it's possible.
Expand Down

0 comments on commit 924fee5

Please sign in to comment.