Skygist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 15ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
s

sqlite

Recently created Least recently created Recently updated Least recently updated
KarelWintersky

KarelWintersky / SQLite3 on Alpine Linux

Last active 2 months ago alpine devops sqlite

как на альпине линус включить в php sqlite3

0 0 1
# Обновление репозиториев
apk update

# Установка PHP с SQLite3
apk add php php-sqlite3 sqlite sqlite-dev php-json php-mbstring

Перезагрузка веб-сервера (если используется)