@JeffreyWay Is there any way that we can load external extensions like Percentile into Sqlite?
I have created a custom function Percentile which I want to implement in sqlite3. Although, people have done that in PHP, I am not getting a way to do it in Laravel 5.x
It shows the error,
2/2
QueryException in Connection.php line 647:
SQLSTATE[HY000]: General error: 1 not authorized (SQL: select load_extension("/home/developer/bin/percentile"))