newroseji's avatar

Sqlite load extension

How can we load external extension in Sqlite 3.x? @jeff_way

0 likes
4 replies
newroseji's avatar

@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

newroseji's avatar

Nobody is interested to solve this mystery?! :-|

Tschallacka's avatar

Have you tried running it via \DB::statement() instead of select?

Please or to participate in this conversation.