dominion-solutions / laravel-mysqlite

A Laravel Service Provider that injects select MySQL functions into SQLite
MIT License
7 stars 6 forks source link

Allow custom functions and rewrite rules #106

Closed daverogers closed 1 year ago

daverogers commented 1 year ago

@spam-n-eggs hi mark :) i have a need for more functions but some of them aren't super common and a few are custom to my application, so they don't make sense to add here. also i think this is a good way for users to test new functions without having to fork this project (they could've done that already by accessing PDO of course, but the rewrite rules are private so it'd be great to expose that). so hopefully this is a helpful addition - including for managing this project (less pressure to support lesser-used functionality, i'd hope).

daverogers commented 1 year ago

@spam-n-eggs bump :)