LibSQL Extension for PHP
The #1 Native LibSQL Extension for PHP
- Linux
- Mac/Darwin
- Windows (still struggle, but you need to try use WSL)
Extension Installation
- 📦 Extract the archive
- 🗃 Locate somewhere in your machine
- 💽 Copy a relative path that address that extension/driver
- 📂 Open
php.ini
search;extension
if you using nano (ctrl+w) then searching for it - 📝 add in the next-line
extension=liblibsql_php.so
(in Linux) without;
at the begining