You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a little PHP package that adds common SQL functions to SQLite. Useful when you're using MySQL or Postgres as your main database connection, but you want to use SQLite for testing, and keep getting those annoying "No such function" errors for stuff like `DATE_FORMAT`.
4
+
5
+
It still needs a lot of work, so all PRs are welcome.
6
+
7
+
If you're using Laravel, the service provider and function macros will be registered automatically for you.
0 commit comments