Skip to content

Commit

Permalink
Update Sequel documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Apr 17, 2024
1 parent 346f2b8 commit 0e2b06d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## Installation

Run these commands to add this plugin along with the database adapter of your choice to your site's Gemfile:
Expand Down Expand Up @@ -157,7 +161,7 @@ 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).
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 Down

0 comments on commit 0e2b06d

Please sign in to comment.