Skip to content

Commit

Permalink
Use nice tip boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Apr 17, 2024
1 parent 0e2b06d commit eee6a21
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ A Bridgetown plugin to make it easy to integrate and use [Sequel](https://sequel

It's been tested only with PostgreSQL, but it should support any of the databases supported by Sequel.

## Sequel Documentation

If you're like me and you greatly prefer YARD's UI to RDoc, check out [Sequel on Gemdocs](https://gemdocs.org/gems/sequel/latest).
> [!TIP]
> If you're like me and you greatly prefer YARD's UI to RDoc, check out [Sequel on Gemdocs](https://gemdocs.org/gems/sequel/latest).
## Installation

Expand Down Expand Up @@ -127,7 +126,8 @@ Now let's test your model. Run `bin/bridgetown console` (or `bin/bt c` for short

You should now see that you can save and load project records in your database.

If you ever need to drop your database and start over, run `bin/bridgetown db:drop`.
> [!NOTE]
> If you ever need to drop your database and start over, run `bin/bridgetown db:drop`.
### Optional Configuration

Expand Down Expand Up @@ -161,7 +161,14 @@ Raw SQL statements won't be logged out-of-the-box, but you can attach Bridgetown
Bridgetown.db.loggers << Bridgetown.logger
```

For a quick reference on what you can do with the Sequel DSL, check out this [handy cheat sheet](https://devhints.io/sequel). Also read [Sequel on Gemdocs](https://gemdocs.org/gems/sequel/latest) and particularly all the [plugins](https://gemdocs.org/gems/sequel/5.79.0/Sequel/Plugins.html) you can add to Sequel models.
----

> [!TIP]
> For a quick reference on what you can do with the Sequel DSL, check out this [handy cheat sheet](https://devhints.io/sequel).
>
> Also read [Sequel on Gemdocs](https://gemdocs.org/gems/sequel/latest) and particularly all the [plugins](https://gemdocs.org/gems/sequel/5.79.0/Sequel/Plugins.html) you can add to Sequel models.
----

## Contributing

Expand All @@ -174,5 +181,5 @@ For a quick reference on what you can do with the Sequel DSL, check out this [ha

## Testing

* Run `bundle exec rake test` to run the test suite
* Run `script/test` to run the test suite.
* Or run `script/cibuild` to validate with Rubocop and Minitest together.

0 comments on commit eee6a21

Please sign in to comment.