Skip to content

Commit

Permalink
Added MariaDB to readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 7, 2024
1 parent 8fdf313 commit d51e8f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The simplest way to group by:

:cake: Get the entire series - **the other best part**

Supports PostgreSQL, MySQL, and Redshift, plus arrays and hashes (and limited support for [SQLite](#for-sqlite))
Supports PostgreSQL, MySQL, MariaDB, and Redshift, plus arrays and hashes (and limited support for [SQLite](#for-sqlite))

:cupid: Goes hand in hand with [Chartkick](https://www.chartkick.com)

Expand All @@ -25,7 +25,7 @@ Add this line to your application’s Gemfile:
gem "groupdate"
```

For MySQL and SQLite, also follow [these instructions](#additional-instructions).
For MySQL, MariaDB, and SQLite, also follow [these instructions](#additional-instructions).

## Getting Started

Expand Down Expand Up @@ -250,7 +250,9 @@ users.group_by_day { |u| u.created_at }.to_h { |k, v| [k, v.count] }

## Additional Instructions

### For MySQL
<a name="for-mysql"></a>

### For MySQL and MariaDB

[Time zone support](https://dev.mysql.com/doc/refman/8.0/en/time-zone-support.html) must be installed on the server.

Expand Down

0 comments on commit d51e8f8

Please sign in to comment.