Implement SQLite3 limiter class
I've read the docs, and it seems you can pass through knex instances, but I didn't see if it supports SQLite3 - could you clarify please?
This package does not support SQLite3 yet.
knex is supported but only for MySQL and PostgreSQL limiters now.
I believe, MySQL related limiter queries and approach is the most close to SQLite3 syntax, but should NOT work correctly with SQLite3.
I'd appreciate if you or somebody create SQLite3 specific limiter. It should not take long, since there is an example MySQL limiter.
Closing due to inactivity
Any update on this? I'd be interested to contribute to this.
@mihilmy Hey, nobody started contributing on this one.