Skip to content

Commit

Permalink
Add TypeORM store to list of known stores
Browse files Browse the repository at this point in the history
  • Loading branch information
nfriedly committed Mar 8, 2024
1 parent ea1cffe commit 70dc093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/stores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Here is a list of known stores:
| [rate-limit-memcached](https://npmjs.org/package/rate-limit-memcached) | A [Memcached](https://memcached.org/)-backed store. | Modern as of v1.0.0 |
| [rate-limit-mongo](https://www.npm.im/rate-limit-mongo) | A [MongoDB](https://www.mongodb.com/)-backed store. | Legacy |
| [precise-memory-rate-limit](https://www.npm.im/precise-memory-rate-limit) | A memory store similar to the built-in one, except that it stores a distinct timestamp for each key. | Modern as of v2.0.0 |
| [rate-limit-postgresql](https://www.npm.im/@acpr/rate-limit-postgresql) | A [PostgreSQL](https://www.postgresql.org/)-backed store. | Modern as of v1.1.0 |
| [rate-limit-postgresql](https://www.npm.im/@acpr/rate-limit-postgresql) | A [PostgreSQL](https://www.postgresql.org/)-backed store. | Modern |
| [typeorm-rate-limit-store](https://www.npmjs.com/package/typeorm-rate-limit-store) | Supports a variety of databases via [TypeORM](https://typeorm.io/): MySQL, MariaDB, CockroachDB, SQLite, Microsoft SQL Server, Oracle, SAP Hana, and more. | Modern |

Take a look at [this guide](/guides/creating-a-store) if you wish to create your
own store.

0 comments on commit 70dc093

Please sign in to comment.