Author Topic: sqlite3  (Read 3076 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
sqlite3
« on: January 03, 2021, 10:35:36 AM »
Hi. so i am trying to enable sqlite on my CWP server but what should put in for
Code: [Select]
sqlite3.extension_dir =

What i am trying to find is where is sqlite3 extension directory.

Thanks.

Offline
*****
Re: sqlite3
« Reply #1 on: January 04, 2021, 10:14:27 AM »
shared_library
The name of the library to load. The library must be located in the directory specified in the configure option sqlite3.extension_dir.