Skip to content

Commit

Permalink
feat: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alviner committed Jan 25, 2024
1 parent b4c0fb1 commit 68d3411
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,15 @@ go get github.com/Alviner/drillerfy
Provides functionality to easily create and drop databases.
This is particularly useful in testing environments where you need to set up a fresh database instance for each test run and clean it up afterward.

```go:examples/tempdb/main.py

```
[Example](examples/tempdb/main.go)

### Migrations Module

Provides functionality to easily run stairway tests for migrations via goose Provider.
This module simplifies the process of applying and reverting database schema changes,
which is essential in maintaining consistent database states for testing.

```go:examples/migoose/main.py

```
[Example](examples/migoose/main.go)

## Contributing

Expand Down

0 comments on commit 68d3411

Please sign in to comment.