Skip to content

Commit 1beb377

Browse files
committed
readme
1 parent 4d4fc4c commit 1beb377

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#SQLite Functions
2+
3+
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

Comments
 (0)